|
|
Example ACES queue system jobs
-
Pay attention to the comments (prepended by # alone)
-
Notice the PBS directives (prepended by #PBS )
-
PBS directives on the same line are separated by ","
-
PBS_JOBID cannot be used in the -o and -e options.
-
Further attributes to a particular directive are separated by ":"
-
Specifying a good estimate of the wallclock time (in order to be safe, say 1.1 times what you expect the completion time to be) is essential to the cluster becoming an efficient resource to the community. Benchmark your code to get such estimates!
Serial jobs
Parallel jobs
|
|