This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:su2 [2021/05/05 11:50] ccrosby [Sample PBS script] |
howto:su2 [2022/11/02 16:10] (current) ccrosby [Sample PBS script] |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| #PBS -q normal | #PBS -q normal | ||
| #PBS -l walltime=01: | #PBS -l walltime=01: | ||
| - | #PBS -o /mnt/lustre3p/ | + | #PBS -o /mnt/lustre/ |
| - | #PBS -e /mnt/lustre3p/ | + | #PBS -e /mnt/lustre/ |
| #PBS -m abe | #PBS -m abe | ||
| #PBS -M user@wherever.co.za | #PBS -M user@wherever.co.za | ||
| Line 22: | Line 22: | ||
| module add chpc/ | module add chpc/ | ||
| # Set the working directory environment variable explicitly. | # Set the working directory environment variable explicitly. | ||
| - | export PBS_JOBDIR=/ | + | export PBS_JOBDIR=/ |
| # Change to the job directory | # Change to the job directory | ||
| cd $PBS_JOBDIR | cd $PBS_JOBDIR | ||