Versions Compared

Key

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

...

Code Block
languagebash
titlesacct
> sacct     # show all finished job of user
          JobID    JobName  Partition    Account  AllocCPUS      State ExitCode 
  ------------ ---------- ---------- ---------- ---------- ---------- -------- 
  141               sleep     anagpu                     1  COMPLETED      0:0 
  142                  ls     anagpu   # show all finished job of user                  1  COMPLETED      0:0 
  143                exit     anagpu                     1     FAILED      2:0 

> sacct -j <jobid>       # show info for specific job  

...