<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Did you try assigning a weight to <span>orange[02-03]?  I've found with Slurm it's better to be exact in your slurm.conf and don't relay on the defaults.  This is what I use on my cluster:</span></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"></p>
<div>NodeName=r1n[01-32] weight=10 CoresPerSocket=16 Sockets=2 ThreadsPerCore=1 RealMemory=257000<br>
NodeName=r1n[33-64] weight=20 CoresPerSocket=16 Sockets=2 ThreadsPerCore=1 RealMemory=257000<br>
NodeName=r2n[01-32] weight=10 CoresPerSocket=16 Sockets=2 ThreadsPerCore=1 RealMemory=257000<br>
NodeName=r2n[33-64] weight=20 CoresPerSocket=16 Sockets=2 ThreadsPerCore=1 RealMemory=257000<br>
<br>
</div>
In my case, we want the nodes towards the bottom (01-32, closer to the cold air flow) to schedule and be used first.  The above has worked as expected for us since the system was deployed over 2 years ago.
<p></p>
<div id="Signature">
<meta content="text/html; charset=UTF-8">
<div dir="ltr" id="divtagdefaultwrapper" style="background-color:rgb(255,255,255)">
<div name="divtagdefaultwrapper" style="margin:0px">
<div style="color:rgb(0,0,0); font-family:Tahoma; font-size:13px"><br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>