[slurm-users] Node status (without repeats)

Brian Andrus toomuchit at gmail.com
Mon Aug 8 18:46:06 UTC 2022


It looks to me like you have the same node in multiple partitions. If 
the output you are getting is basically what you want just pipe it to 
'sort -u' or 'uniq'

Brian Andrus

On 8/8/2022 10:14 AM, Borchert, Christopher B ERDC-RDE-ITL-MS CIV wrote:
> Hello. How can I simply show the status of a node in Slurm? It repeats the
> same output per partition even when the partition column isn't included.
>
> $ sinfo -N -o '%N %a %t'
> NODELIST AVAIL STATE
> roy-r1-cp15b up idle
> roy-r1-cp15b up idle
> roy-r1-cp15b up idle
> roy-r1-cp15b up idle
> roy-r1-cp15b up idle
> roy-r1-cp15b up idle
> roy-r1-cp15b up idle
> roy-r1-cp15b up idle
> roy-r1-cp15b up idle
> roy-r1-cp15b up idle
> roy-r1-cp15b up idle
> roy-r1-cp15b up idle
>
> Thanks,
> Chris



More information about the slurm-users mailing list