This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
howto:cfx [2018/03/05 13:49] agill [Running a CFX Job] |
howto:cfx [2019/06/06 14:40] agill [Running a CFX Job] |
||
---|---|---|---|
Line 33: | Line 33: | ||
#PBS -o /home/username/testCFX/test.out | #PBS -o /home/username/testCFX/test.out | ||
#PBS -e /home/username/testCFX/test.err | #PBS -e /home/username/testCFX/test.err | ||
+ | #PBS -l aa_r_cfd=1 | ||
+ | #PBS -l aa_r_hpc=200 | ||
cd /home/username/testCFX #change to CFX case directory | cd /home/username/testCFX #change to CFX case directory |