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 –me command:
squeue -t PD –me
$ squeue -t PD --me 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 PD option is a shorthand for jobs of status type PENDING. See man squeue for a full list of all squeue options and job status type codes.
PD
man squeue
squeue
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