[slurm-users] New "NOT-state" selection of the sinfo command in Slurm 25.05
2 views
Skip to first unread message
Ole Holm Nielsen via slurm-users
unread,
Sep 10, 2025, 11:02:26 AMSep 10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Slurm User Community List
We just upgraded Slurm to 25.05.3, and I would like to highlight a new
functionality of the "sinfo -t <state>" command in 25.05:
> The state can be prefixed with '~' which will invert the result of match.
We find this "NOT-state" selection useful together with Slurm power saving
[1] where any idle nodes may be powered off to save electrical power or
cloud costs.
For example, the ClusterShell [2] clush command can now skip connections
to the powered down nodes like in this example:
$ clush -bw@slurmstate:~POWERED_DOWN uname -r
You can even configure ClusterShell so that "clush -a" includes all nodes
which are *not* powered down. The details are described in the Wiki page [3].