Re: [slurm-users] Question about adding and removing features in Slurm

2021-06-21 Thread Michael Gutteridge
I believe at the end of the day you do need to edit slurm.conf. There is a similar capability in Slurm with scontrol(1) where you can set "availablefeatures" and "activefeatures": sudo scontrol update nodename=node16 availablefeatures=feature1,feature2,feature3 I'm not sure how that

[slurm-users] Question about adding and removing features in Slurm

2021-06-18 Thread David Henkemeyer
We are transitioning from PBS to Slurm. In PBS, we use the following syntax to add/remove properties to a node: qmgr -c "set node properties += " qmgr -c "set node properties -= " Is there a similar way to do this for Slurm? Or is it expected that the administrator will manually edit