clustershell icon indicating copy to clipboard operation
clustershell copied to clipboard

Additional Slurm binding for mapping nodes to reservations

Open kcgthb opened this issue 9 months ago • 1 comments

To list nodes in reservation foobar

$ cluset -f @sr:foobar
sh02-01n60

To list reservations that node sh03-01n72 is part of:

$ cluset -ll -s slurmresv sh03-01n72
@slurmresv:test sh03-01n72
$ cluset -f @slurmresv:test
sh03-01n[71-72]

kcgthb avatar May 15 '24 00:05 kcgthb