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>.
Install
- All systems
-
curl cmd.cat/sinfo.sh
- Debian
-
apt-get install sinfo
- Ubuntu
-
apt-get install sinfo
- Kali Linux
-
apt-get install slurm-client
- Fedora
-
dnf install sinfo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sinfo
- Raspbian
-
apt-get install sinfo
- Dockerfile
- dockerfile.run/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 --summarize
-
View the detailed status of all partitions across the entire cluster:
sinfo
-
View the detailed status of a specific partition:
sinfo --partition partition_name
-
View information about idle nodes:
sinfo --states idle
-
Summarise dead nodes:
sinfo --dead
-
List dead nodes and the reasons why:
sinfo --list-reasons
© tl;dr; authors and contributors