This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:liggghts [2020/06/17 15:55] agill |
howto:liggghts [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| #PBS -q normal | #PBS -q normal | ||
| #PBS -l walltime=01: | #PBS -l walltime=01: | ||
| - | #PBS -o /home/username/scratch/foamJobs/ | + | #PBS -o /mnt/lustre3p/users/username/ |
| - | #PBS -e /home/username/scratch/foamJobs/ | + | #PBS -e /mnt/lustre3p/users/ |
| #PBS -m abe | #PBS -m abe | ||
| #PBS -M username@email.co.za | #PBS -M username@email.co.za | ||
| Line 22: | Line 22: | ||
| ##### Running commands | ##### Running commands | ||
| # The -d option used with moab no longer works. | # The -d option used with moab no longer works. | ||
| - | export PBS_JOBDIR=/ | + | export PBS_JOBDIR=/ |
| # Explicitly change to the job directory | # Explicitly change to the job directory | ||
| cd $PBS_JOBDIR | cd $PBS_JOBDIR | ||