Skip to content

SLURM system commands

Here you will find frequently used commands:

squeue - list of currently queued/running jobs

scontrol show job [<job_ID>] - details of a given job

sstat -a -j <job_ID>/<job_ID.batch> - resource consumption for each step of a currently running job

scancel <job_ID> - cancel a queued or running job

sacct - resource consumption for jobs/steps which have already been completed

scontrol show partition [<partition_name>] - details of a given partition

sinfo - list of nodes

scontrol show node [<node_name>] - details of a given node