2018-11-21 11:05:57 -06:00
|
|
|
# sinfo
|
|
|
|
|
2019-12-28 18:03:26 +00:00
|
|
|
> View information about Slurm nodes and partitions.
|
|
|
|
> See also `squeue` and `sbatch`, which are also part of the Slurm workload manager.
|
|
|
|
> More information: <https://slurm.schedmd.com/sinfo.html>.
|
2018-11-21 11:05:57 -06:00
|
|
|
|
2019-12-28 18:03:26 +00:00
|
|
|
- Show a quick summary overview of the cluster:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sinfo {{[-s|--summarize]}}`
|
2019-12-28 18:03:26 +00:00
|
|
|
|
|
|
|
- View the detailed status of all partitions across the entire cluster:
|
2018-11-21 11:05:57 -06:00
|
|
|
|
|
|
|
`sinfo`
|
|
|
|
|
2019-12-28 18:03:26 +00:00
|
|
|
- View the detailed status of a specific partition:
|
2018-11-21 11:05:57 -06:00
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sinfo {{[-p|--partition]}} {{partition_name}}`
|
2018-11-21 11:05:57 -06:00
|
|
|
|
2019-12-28 18:03:26 +00:00
|
|
|
- View information about idle nodes:
|
2018-11-21 11:05:57 -06:00
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sinfo {{[-t|--states]}} {{idle}}`
|
2018-11-21 11:05:57 -06:00
|
|
|
|
2019-12-28 18:03:26 +00:00
|
|
|
- Summarise dead nodes:
|
2018-11-21 11:05:57 -06:00
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sinfo {{[-d|--dead]}}`
|
2018-11-21 11:05:57 -06:00
|
|
|
|
2019-12-28 18:03:26 +00:00
|
|
|
- List dead nodes and the reasons why:
|
2018-11-21 11:05:57 -06:00
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sinfo {{[-R|--list-reasons]}}`
|