2018-11-21 17:05:57 +00: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 17:05:57 +00:00
|
|
|
|
2019-12-28 18:03:26 +00:00
|
|
|
- Show a quick summary overview of the cluster:
|
|
|
|
|
|
|
|
`sinfo --summarize`
|
|
|
|
|
|
|
|
- View the detailed status of all partitions across the entire cluster:
|
2018-11-21 17:05:57 +00:00
|
|
|
|
|
|
|
`sinfo`
|
|
|
|
|
2019-12-28 18:03:26 +00:00
|
|
|
- View the detailed status of a specific partition:
|
2018-11-21 17:05:57 +00:00
|
|
|
|
2019-12-28 18:03:26 +00:00
|
|
|
`sinfo --partition {{partition_name}}`
|
2018-11-21 17:05:57 +00:00
|
|
|
|
2019-12-28 18:03:26 +00:00
|
|
|
- View information about idle nodes:
|
2018-11-21 17:05:57 +00:00
|
|
|
|
2019-12-28 18:03:26 +00:00
|
|
|
`sinfo --states {{idle}}`
|
2018-11-21 17:05:57 +00:00
|
|
|
|
2019-12-28 18:03:26 +00:00
|
|
|
- Summarise dead nodes:
|
2018-11-21 17:05:57 +00:00
|
|
|
|
2019-12-28 18:03:26 +00:00
|
|
|
`sinfo --dead`
|
2018-11-21 17:05:57 +00:00
|
|
|
|
2019-12-28 18:03:26 +00:00
|
|
|
- List dead nodes and the reasons why:
|
2018-11-21 17:05:57 +00:00
|
|
|
|
2019-12-28 18:03:26 +00:00
|
|
|
`sinfo --list-reasons`
|