This shows you the differences between two versions of the page.
| 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: | #PBS -l walltime=1: | ||
| #PBS -S /bin/bash | #PBS -S /bin/bash | ||
| - | #PBS -o /home/user/scratch/ | + | #PBS -o /mnt/lustre3p/users/ |
| - | #PBS -e /home/user/scratch/ | + | #PBS -e /mnt/ |
| ## The FEKO PATH | ## The FEKO PATH | ||
| ## Find the version that you need in / | ## Find the version that you need in / | ||
| PATH_TO_FEKO=/ | PATH_TO_FEKO=/ | ||
| - | export FEKOJOBDIR=/ | + | export FEKOJOBDIR=/ |
| ## FEKO_TMPDIR | ## FEKO_TMPDIR | ||
| export FEKO_TMPDIR=$FEKOJOBDIR/ | export FEKO_TMPDIR=$FEKOJOBDIR/ | ||
| Line 53: | Line 56: | ||
| #PBS -l walltime=1: | #PBS -l walltime=1: | ||
| #PBS -S /bin/bash | #PBS -S /bin/bash | ||
| - | #PBS -o /home/user/scratch/ | + | #PBS -o /mnt/lustre3p/users/ |
| - | #PBS -e /home/user/scratch/ | + | #PBS -e /mnt/ |
| ## The FEKO PATH | ## The FEKO PATH | ||
| ## Find the version that you need in / | ## Find the version that you need in / | ||
| PATH_TO_FEKO=/ | PATH_TO_FEKO=/ | ||
| - | export FEKOJOBDIR=/ | + | export FEKOJOBDIR=/ |
| ## FEKO_TMPDIR | ## FEKO_TMPDIR | ||
| export FEKO_TMPDIR=$FEKOJOBDIR/ | export FEKO_TMPDIR=$FEKOJOBDIR/ | ||