mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* batch1 * batch2 * batch3 * batch4 * Update matchpathcon.md * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
29 lines
667 B
Markdown
29 lines
667 B
Markdown
# sinfo
|
|
|
|
> 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>.
|
|
|
|
- Show a quick summary overview of the cluster:
|
|
|
|
`sinfo {{[-s|--summarize]}}`
|
|
|
|
- View the detailed status of all partitions across the entire cluster:
|
|
|
|
`sinfo`
|
|
|
|
- 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]}}`
|