This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:ansysmechanical [2022/03/22 12:19] ccrosby [Setting up runs] |
howto:ansysmechanical [2022/03/22 12:20] (current) ccrosby [Example job script] |
||
|---|---|---|---|
| Line 21: | Line 21: | ||
| #PBS -P myprojectcode | #PBS -P myprojectcode | ||
| #PBS -l walltime=1: | #PBS -l walltime=1: | ||
| - | #PBS -o /mnt/lustre3p/ | + | #PBS -o /mnt/lustre/ |
| - | #PBS -e /mnt/lustre3p/ | + | #PBS -e /mnt/lustre/ |
| #PBS -m abe | #PBS -m abe | ||
| #PBS -M username@email.co.za | #PBS -M username@email.co.za | ||
| ##### Running commands | ##### Running commands | ||
| ### Tell it where to find the license | ### Tell it where to find the license | ||
| - | export LM_LICENSE_FILE=1055@chpclic1 | + | export LM_LICENSE_FILE=1055@login1 |
| - | export ANSYSLMD_LICENSE_FILE=1055@chpclic1 | + | export ANSYSLMD_LICENSE_FILE=1055@login1 |
| ### You may need the Intel compiler to be available | ### You may need the Intel compiler to be available | ||
| module load chpc/ | module load chpc/ | ||