mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 00:24:56 +02:00
23 lines
322 B
Markdown
23 lines
322 B
Markdown
# sinfo
|
|
|
|
> View information about SLURM nodes and partitions.
|
|
|
|
- View info about available partitions:
|
|
|
|
`sinfo`
|
|
|
|
- View info about a specific partition:
|
|
|
|
`sinfo -p {{partition}}`
|
|
|
|
- View info about available nodes:
|
|
|
|
`sinfo -N`
|
|
|
|
- View info about dead nodes:
|
|
|
|
`sinfo -d`
|
|
|
|
- View info about idle nodes:
|
|
|
|
`sinfo -t {{idle}}`
|