Also: “Why is my job not running yet?”
You can get a list of jobs that you have submitted and which are waiting to run by using the squeue -t PD -u command (replacing n1234 in the example with your normal University IT account):
squeue -t PD -u
$ squeue -t PD -u n1234 JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON) 18020727 bigmem generati n1234 PD 0:00 1 (Resources) 18020208 bigmem AOH_a5 n1234 PD 0:00 1 (Resources) 17824926 bigmem,de vep4-Sen n1234 PD 0:00 1 (DependencyNeverSatisfied) $
The NODELIST(REASON) column shows the reason that your job is not currently running.
For reference, the possible REASON status codes are listed below:
Back to FAQ
Table of Contents
Main Content Sections
Documentation Tools