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
