Our cluster has 8 nodes with 8GB of RAM and 8 nodes with 24GB of RAM. I want to set it up so that the jobs will default to the 8GB nodes if the resources are adequate. However, it is not working that way. Even if the queue is completely empty the jobs fill up the 24GB nodes before the 8GB nodes. As I understand it, NODEALLOCATIONPOLICY MINRESOUCE should do what I want and fill the 8GB nodes first with the small memory jobs.<br>
<br>Here is my maui.cfg<br><br># maui.cfg 3.2.6p13<br><br>SERVERHOST <a href="http://arjuna.mps.ohio-state.edu">arjuna.mps.ohio-state.edu</a><br># primary admin must be first in list<br>ADMIN1 root<br>
<br># Resource Manager Definition<br><br>RMCFG[**host name removed***] TYPE=PBS<br><br># Allocation Manager Definition<br><br>AMCFG[bank] TYPE=NONE<br><br># full parameter docs at <a href="http://clusterresources.com/mauidocs/a.fparameters.html">http://clusterresources.com/mauidocs/a.fparameters.html</a><br>
# use the 'schedctl -l' command to display current configuration<br><br>RMPOLLINTERVAL 00:00:30<br><br>SERVERPORT 42559<br>SERVERMODE NORMAL<br><br># Admin: <a href="http://clusterresources.com/mauidocs/a.esecurity.html">http://clusterresources.com/mauidocs/a.esecurity.html</a><br>
<br>LOGFILE maui.log<br>LOGFILEMAXSIZE 10000000<br>LOGLEVEL 3<br><br># Job Priority: <a href="http://clusterresources.com/mauidocs/5.1jobprioritization.html">http://clusterresources.com/mauidocs/5.1jobprioritization.html</a><br>
<br>QUEUETIMEWEIGHT 1 <br><br># Backfill: <a href="http://clusterresources.com/mauidocs/8.2backfill.html">http://clusterresources.com/mauidocs/8.2backfill.html</a><br><br>BACKFILLPOLICY FIRSTFIT<br>RESERVATIONPOLICY CURRENTHIGHEST<br>
<br># Node Allocation: <a href="http://clusterresources.com/mauidocs/5.2nodeallocation.html">http://clusterresources.com/mauidocs/5.2nodeallocation.html</a><br><br>NODEALLOCATIONPOLICY MINRESOURCE<br><br><br>