sinfo
linux
View information about Slurm nodes and partitions. See also: `squeue`, `sbatch`.
More info →Options (5)
-s, --summarizebooleanShow a quick summary overview of the cluster
Example:
sinfo {{[-s|--summarize]}}-p, --partitionbooleanView the detailed status of a specific partition
Example:
sinfo {{[-p|--partition]}} {{partition_name}}-t, --statesbooleanView information about idle nodes
Example:
sinfo {{[-t|--states]}} {{idle}}-d, --deadbooleanSummarise dead nodes
Example:
sinfo {{[-d|--dead]}}-R, --list-reasonsbooleanList 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_nameView information about idle nodes
sinfo [-t|--states] idleSummarise dead nodes
sinfo [-d|--dead]List dead nodes and the reasons why
sinfo [-R|--list-reasons]made by @shridhargupta | data from tldr-pages