User Tools

Site Tools


howto:su2

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: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:00:00 #PBS -l walltime=01:00:00
-#PBS -o /mnt/lustre3p/users/username/su2Jobs/job01/stdout +#PBS -o /mnt/lustre/users/username/su2Jobs/job01/stdout 
-#PBS -e /mnt/lustre3p/users/username/su2Jobs/job01/stderr+#PBS -e /mnt/lustre/users/username/su2Jobs/job01/stderr
 #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/compmech/SU2/6.2-intel  module add chpc/compmech/SU2/6.2-intel 
 # Set the working directory environment variable explicitly. # Set the working directory environment variable explicitly.
-export PBS_JOBDIR=/mnt/lustre3p/users/username/su2Jobs/job01+export PBS_JOBDIR=/mnt/lustre/users/username/su2Jobs/job01
 # Change to the job directory # Change to the job directory
 cd $PBS_JOBDIR cd $PBS_JOBDIR
/app/dokuwiki/data/attic/howto/su2.1620208227.txt.gz · Last modified: 2021/12/09 16:42 (external edit)