Versions Compared

Key

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

...

Code Block
scontrol show jobid -dd <jobID>

Another option is to use the sacct command,  getting all jobs for user <USER> that started after starttime (e.g.: 2024-06-15):

Code Block
sacct --format="reservation,jobid,jobname,User,reqcpus,ntasks,reqmem,averss,maxrss,elapsed,state%20,exitcode,Submit,Start,End,Account%17,Partition,AveCpu,NodeList%30  --unit=M" -u <USER>  --starttime 2024-06-15 


Get information about current reservation

...