Versions Compared

Key

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

...

Code Block
languagebash
squeue
squeue -u <username>
squeue --reservation <reservation_name>

Detailed information about a specific running or recent job

Code Block
scontrol show jobid -dd <jobID>

...