3 PBS Pro
private
private
3.2 PBS Pro Directives
#PBS –l mppwidth= <number of nodes>
Sets the number of nodes
#PBS –l mppnppn = <number of cores per node>
Sets the number of cores per node
#PBS –l walltime = <HH:MM:SS>
Sets the maximum wall clock time for the job
#PBS –j oe
Merges both standard output and standard error
#PBS –m e
Send email when job is done
#PBS –M user@home.com
Email address for notification email.
private
private
private
private
private


