You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

To see all the jobs in the queue use

$ showq

Individual job status can be queried using the checkjob command, followed by the JobID:

$ squeue -j [JOB-ID]

Jobs can be cancelled with the canceljob command

$ scancel [JOB-ID]

Again, these commands have many options, which can be read about on their man pages.


  • No labels