mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 12:55:32 +02:00
sinfo: add page (#2599)
This commit is contained in:
parent
2186c3b61c
commit
7245743331
1 changed files with 23 additions and 0 deletions
23
pages/linux/sinfo.md
Normal file
23
pages/linux/sinfo.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue