-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

sinfo


> View information about Slurm nodes and partitions.

> See also `squeue` and `sbatch`, which are also part of the Slurm workload manager.

More information.


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


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:13:55 2024