commands.sh

sinfo

linux

View information about Slurm nodes and partitions. See also: `squeue`, `sbatch`.

More info →

Options (5)

-s, --summarizeboolean

Show a quick summary overview of the cluster

Example: sinfo {{[-s|--summarize]}}
-p, --partitionboolean

View the detailed status of a specific partition

Example: sinfo {{[-p|--partition]}} {{partition_name}}
-t, --statesboolean

View information about idle nodes

Example: sinfo {{[-t|--states]}} {{idle}}
-d, --deadboolean

Summarise dead nodes

Example: sinfo {{[-d|--dead]}}
-R, --list-reasonsboolean

List dead nodes and the reasons why

Example: sinfo {{[-R|--list-reasons]}}

Examples (6)

Show a quick summary overview of the cluster

sinfo [-s|--summarize]

View the detailed status of all partitions across the entire cluster

View the detailed status of a specific partition

sinfo [-p|--partition] partition_name

View information about idle nodes

sinfo [-t|--states] idle

Summarise dead nodes

sinfo [-d|--dead]

List dead nodes and the reasons why

sinfo [-R|--list-reasons]
made by @shridhargupta | data from tldr-pages