Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titlesqueue
psanagpu104:~$ squeue -u khegazy
             JOBID PARTITION     NAME     USER ST       TIME  NODES NODELIST(REASON)
            466440    psanaq     wrap  khegazy  R 1-17:51:12      1 psana1502
            466423    psanaq     wrap  khegazy  R 1-17:53:31      1 psana1506
            466420    psanaq     wrap  khegazy  R 1-17:53:34      1 psana1602
            466421    psanaq     wrap  khegazy  R 1-17:53:34      1 psana1504 

The ST (job state) field shows that jobid 466440 is currently running (R).  Another common state is "pending" (P).

sacct

Get information about status of finished jobs

...