On 1/21/19 12:18 PM, Bjørn-Helge Mevik wrote:
Ole Holm Nielsen <ole.h.niel...@fysik.dtu.dk> writes:
Comments and suggestions are most welcome!
Splendid tool! I immediately found that I'd forgotten to take a few
nodes out of the topology definition. :)
Me too :-)
One thing: The script doesn't work if you have different NodeName and
NodeHostName on the nodes in slurm.conf, like
Nodename=c1-[1-36] NodeHostname=compute-1-[1-36] Weight=5818
Feature=rack1,intel,16cores,ib,grid,cvmfs,n
This is because sinfo -o %n will output the NodeHostname, not the
Nodename (which is the one you would usually use in topology.conf). I
suggest using %N instead of %n in the sinfo line.
Change done on Github.
/Ole