Hi,
What about remove it on the fly with scontrol command..
scontrol update node=node22 state=drain reason=not-in-use

server won't be a part of nodes in line
as long as u don't run
scontrol reconfig
Nir


בתאריך 7 בספט 2017 17:47,‏ "Pharthiphan Asokan" <[email protected]> כתב:

Hi,

can we have each node having unique lines for "NodeName" and
"PartitionName" in the slurm.conf file

for example, how it is populated the slurm.conf file right now is
NodeName=cn[01-02]
PartitionName=cn Nodes=cn[01-02] MaxTime=06:00:00 Priority=10 Shared=NO

what I would like to have is the following NodeName=cn01 NodeName=cn02
PartitionName=cn Nodes=cn01 MaxTime=06:00:00 Priority=10 Shared=NO
PartitionName=cn Nodes=cn02 MaxTime=06:00:00 Priority=10 Shared=NO

We are looking to automate the addition and deletion of nodes in slurm.

is it possible to add or remove just a single node from a partition without
having to re-establish the whole list of nodes?

for example

if i have nodes[001-100] and i want to remove only node 049. is there some
incantation that will allow me to do that without having to say
nodes[001-048,050-100]
Regards,
Pharthiphan A

Reply via email to