Managing Jobs

From HPC

Jump to: navigation, search

Note: Please follow the links to get much more in-depth information on each command and it's various options.

This is a quick overview of the commands to manage your jobs.

To see utilization of the cluster nodes/queues use qhost

qhost

To see your jobs in the queue use qstat

qstat

To see all jobs in the queue use qstat

qstat -u '*'

To see status information about a job in the queue use qstat

qstat -j <jobid>

To delete a job or all your jobs use qdel

qdel  <jobid>

To alter the a job use qalter

Personal tools