Job status and overview

Job status or overview can be viewed through the command line or the Active jobs in the portal.

Command line

Running jobs for the user (logged in) can be seen using squeue:

[test@controller1 ~]$ squeue 
             JOBID PARTITION     NAME     USER ST       TIME  NODES NODELIST(REASON)
                21      defq sys/dash    test   R      23:39      1 node002
                22      defq sys/dash    test   R      20:05      1 node002



Nodes, queues and their respective state can be seen using sinfo:

$ sinfo
PARTITION AVAIL  TIMELIMIT  NODES  STATE NODELIST
defq*        up   infinite      2  down* node[003-004]
defq*        up   infinite      1  drain node001
defq*        up   infinite      1    mix node002
compute      up   infinite      2  down* node[003-004]
compute      up   infinite      1  drain node001
compute      up   infinite      1    mix node002



Active jobs in portal

The portal allows for a graphical approach to view jobs and job history.

Jobs show details regarding the actual job and can be cancelled as well.