<div dir="ltr">Hi all,<br><br>Currently we have two types of nodes, one with 3GB and another with 2GB of RAM, it is required that in nodes of 3 GB it is not allowed to execute tasks with less than 2GB, to avoid underutilization of resources.<br><br>This, because we have nodes that can fulfill the condition of executing tasks with 2GB or less.<br><br>I try in the nodes configuration with the option "Weight".I send multiples jobs but slurm not asigned by "Weight", it's arbitrary in the order how send jobs. Some configuration and logs:<br><br>slurm.conf<br><br>NodeName=DEFAULT RealMemory=3007 Features=3007MB Weight=500 State=idle Sockets=2 CoresPerSocket=1<br>NodeName=devcn050<br><br>NodeName=DEFAULT RealMemory=3007 Features=3007MB Weight=100 State=idle Sockets=2 CoresPerSocket=1<br>NodeName=devcn002<br><br>NodeName=DEFAULT RealMemory=2000 Features=2000MB Weight=1 State=idle Sockets=2 CoresPerSocket=1<br>NodeName=devcn001<br><br>Extra information, I see that slurm assing Weight in the node.<br><br># sinfo -N -l<br><br>NODELIST   NODES PARTITION       STATE CPUS    S:C:T MEMORY TMP_DISK WEIGHT AVAIL_FE REASON              <br>devcn001       1              slims*               idle       2          2:1:1   2000           0                1             2000MB    none                <br>devcn002       1              slims*               idle       2          2:1:1   3007           0             100            3007MB    none                <br>devcn050       1              slims*               idle       2          2:1:1   3007           0             500            3007MB    none<br><br>I test other settings, such as the TRESWeigths parameter with no results, for example:<br><br>NodeName=devcn001 TRESWeights="CPU=2.0,Mem=2000MB"<br><br>Too PriorityType=priority/multifactor plugin is also activated and deactivated to test, but in all these cases it does not work.<br><br>Thanks in advance.<br><br>Regards.<font color="#888888"><br clear="all"><div><br></div></font></div>