...
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.
A simple example of this such a script can be found in the attached apoa.sh script, which
Code Block |
---|
#PBS -l walltime=14:30:00 |
...