Monitoring Job Status
The command squeue can be used to view jobs in the SLURM queue.
For example,
squeue
will list all jobs in the queue and each job’s
-
job ID,
-
job name,
-
owning user’s ID,
-
state,
-
running time in the format hh:mm:ss,
-
number of allocated nodes, and
-
list of allocated nodes.