Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 can be found in the attached apoa.sh script, which

Code Block
#PBS -l walltime=14:30:00

...