Computing/Resources and queues
PBS commands
The most relevant native PBS commands (and related options) are:
qsub
- submit the jobqmove
- move the job to another queueqdel
- delete a waiting or running jobqstat
- view current state of jobspbsnodes
- get info about current node(s) state and their properties
qsub
Basic command to submit a job.
qdel
The qdel
command deletes a queing or running job.
Examples:
qmove
The qmove
command moves a job to another queue.
Jobs can only be moved from one server to another if they are in the Q
(queued), H
(held), or W
(waiting) states, and only if there are no running subjobs. A job in the Running (R
), Transiting (T
), or Exiting (E
) state cannot be moved.
Example:
qstat
qstat
command probes the state of jobs and queues mainly. See sections Queues in Meta
For detailed options list, see man qstat
.
Last updated on