User Tools

Site Tools


howto:feko

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
howto:feko [2018/07/20 10:24]
ccrosby
howto:feko [2021/12/09 16:42] (current)
Line 5: Line 5:
  
 ===== Example job script ===== ===== Example job script =====
-==== This is for TESTING purposes only ====  Once you have this process working, you **MUST** start using your own campus licenses, as per the second example script.+ 
 +==== This is for TESTING purposes only ====   
 + 
 +Once you have this process working, you **MUST** start using your own campus licenses, as per the second example script.
  
 <file bash fekorun.qsub> <file bash fekorun.qsub>
Line 17: Line 20:
 #PBS -l walltime=1:00:00 #PBS -l walltime=1:00:00
 #PBS -S /bin/bash #PBS -S /bin/bash
-#PBS -o /home/user/scratch/fekotest/fekostdout.txt +#PBS -o /mnt/lustre3p/users/jblogs/fekotest/fekostdout.txt 
-#PBS -e /home/user/scratch/fekotest/fekostderr.txt+#PBS -e /mnt/lustre3p/users/jblogs/fekotest/fekostderr.txt
 ## The FEKO PATH ## The FEKO PATH
 ##  Find the version that you need in /apps/chpc/compmech/altair ##  Find the version that you need in /apps/chpc/compmech/altair
 PATH_TO_FEKO=/apps/chpc/compmech/altair/feko14.0/altair/feko/ PATH_TO_FEKO=/apps/chpc/compmech/altair/feko14.0/altair/feko/
-export FEKOJOBDIR=/home/user/scratch/fekotest+export FEKOJOBDIR=/mnt/lustre3p/users/jblogs/fekotest
 ## FEKO_TMPDIR ## FEKO_TMPDIR
 export FEKO_TMPDIR=$FEKOJOBDIR/tmp export FEKO_TMPDIR=$FEKOJOBDIR/tmp
Line 53: Line 56:
 #PBS -l walltime=1:00:00 #PBS -l walltime=1:00:00
 #PBS -S /bin/bash #PBS -S /bin/bash
-#PBS -o /home/user/scratch/fekotest/fekostdout.txt +#PBS -o /mnt/lustre3p/users/jblogs/fekotest/fekostdout.txt 
-#PBS -e /home/user/scratch/fekotest/fekostderr.txt+#PBS -e /mnt/lustre3p/users/jblogs/fekotest/fekostderr.txt
 ## The FEKO PATH ## The FEKO PATH
 ##  Find the version that you need in /apps/chpc/compmech/altair ##  Find the version that you need in /apps/chpc/compmech/altair
 PATH_TO_FEKO=/apps/chpc/compmech/altair/feko14.0/altair/feko/ PATH_TO_FEKO=/apps/chpc/compmech/altair/feko14.0/altair/feko/
-export FEKOJOBDIR=/home/user/scratch/fekotest+export FEKOJOBDIR=/mnt/lustre3p/users/jblogs/fekotest
 ## FEKO_TMPDIR ## FEKO_TMPDIR
 export FEKO_TMPDIR=$FEKOJOBDIR/tmp export FEKO_TMPDIR=$FEKOJOBDIR/tmp
/app/dokuwiki/data/attic/howto/feko.1532075047.txt.gz · Last modified: 2021/12/09 16:42 (external edit)