Managing Jobs

From HPC

(Difference between revisions)
Jump to: navigation, search
(New page: '''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 u...)
 
(One intermediate revision not shown)
Line 7: Line 7:
  qhost
  qhost
-
To see jobs in the queue use [[qstat]]
+
To see your jobs in the queue use [[qstat]]
  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]]
To delete a job or all your jobs use [[qdel]]
-
  qdel <jobid>
+
  qdel <jobid>
To alter the a job use [[qalter]]
To alter the a job use [[qalter]]
[[Category:Getting Started]]
[[Category:Getting Started]]

Current revision as of 07:45, 3 April 2019

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