...
Users should edit their shell scripts to add special directives to the queue system, beginning with "#PBS", that request resources, declare a required walltime, and direct standard output and error.
Code Block |
---|
#PBS -l nodes=1:ppn=4
OR
#PBS -l nodes=1:ppn=8
OR
#PBS -l nodes=n024:ppn=8
OR
#PBS -l nodes=1:ppn=8+nodes=1:ppn=4
OR
#PBS -l nodes=n024:ppn=8+nodes=1:ppn=8
|
Some notes and suggestions for users:
...