PBS
What is PBS?
Portable Batch System (PBS) is the name of computer software that performs job scheduling. It has three versions - OpenPBS, TORQUE, PBS Professional.
PBS Commands
pbsnodes
: query PBS host or vnode status or mark hosts free or offlineqstat
: display status of PBS batch jobs, queues, or serversqalter
: alter PBS jobqdel
: deletes PBS jobsqrun
: run a PBS batch job nowqmove
: move PBS batch jobqhold
: hold PBS batch jobsqrls
: release hold on PBS batch jobsqsig
: signal PBS batch jobqsub
: Submit a jobtracejob
: Report job history
Common commands
qstat -t
: Displays status information for jobs, job arrays, and subjobs.
qstat -Q
: Display queue status in default format
Common #PBS
lines
-A
: account string-J
: job array-N
: job name-l
: resource listselect
: The number of nodes is requested via the select commandmem
: memoryncpus
: cpu, threadwalltime
: walltime