Hi all,<br>We are updating the scheduling configuration of maui for our cluster.<br>We now have 4 queues: hour,day,week and month.<br>Priorities are set to make sure jobs in the hour queue preceed jobs in the other queues and so on,<br>
with the month queue the queue with the lowest priority. This priorities are implemented in torque by<br>setting the queue priorities to 400, 300, 200 and 100 respectively.<br>We now want to use fairshare on a per user basis in only the hour and day queue. Moreover, we <br>
preferably also want to compute the fairshare number for users only for processor resources used<br>in these queues. Until now we didn't succeed in configuring Maui to behave like this.<br>Can somebody give us some hints on how to configure this?<br>
<br>Our current configuration looks like this (note that we disabled fairshare for now by setting FSWEIGHT to 0):<br><br><div>===============================================================<br>/var/spool/torque/2.1.6/mom_priv/config</div>
<div>===============================================================<br>server mosel<br>arch x64<br>opsys opensuse10.2<br>$logevent 255<br>$ideal_load 4.0<br>$max_load 4.0<br>
$wallmult 1.0<br>$ignwalltime true<br>$usecp *:/home /home<br>$usecp *:/clusterdata /clusterdata<br>$usecp *:/cluster/neuro /cluster/neuro<br>$usecp *:/cluster/vascu /cluster/vascu<br><br><div><br></div><div>
===============================================================<br><div>/var/spool/maui/3.2.6p18/maui.cfg<div>===============================================================<br><br>SERVERHOST bigr-cluster<br><br>
# primary admin must be first in list<br>ADMIN1 root<br><br># Resource Manager Definition<br>RMCFG[MASTER] TYPE=PBS<br><br># Allocation Manager Definition<br>AMCFG[bank] TYPE=NONE<br><br># full parameter docs at <a href="http://supercluster.org/mauidocs/a.fparameters.html">http://supercluster.org/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://supercluster.org/mauidocs/a.esecurity.html">http://supercluster.org/mauidocs/a.esecurity.html</a><br>
LOGFILE maui.log<br>LOGFILEMAXSIZE 10000000<br>LOGLEVEL 3<br><br># FairShare: <a href="http://supercluster.org/mauidocs/6.3fairshare.html">http://supercluster.org/mauidocs/6.3fairshare.html</a><br>
FSPOLICY [NONE]<br>FSDEPTH 1<br>FSDECAY 1<br>FSINTERVAL 04:00:00<br><br># Walltime overrun default value: <a href="http://www.clusterresources.com/products/maui/docs/a.fparameters.shtml#jobmaxoverrun">http://www.clusterresources.com/products/maui/docs/a.fparameters.shtml#jobmaxoverrun</a><br>
JOBMAXOVERRUN INFINITY<br><br># Throttling Policies: <a href="http://supercluster.org/mauidocs/6.2throttlingpolicies.html">http://supercluster.org/mauidocs/6.2throttlingpolicies.html</a><br><br># NONE SPECIFIED<br><br>
# Backfill: <a href="http://supercluster.org/mauidocs/8.2backfill.html">http://supercluster.org/mauidocs/8.2backfill.html</a><br><br>BACKFILLPOLICY FIRSTFIT<br>RESERVATIONPOLICY CURRENTHIGHEST<br><br># Node Allocation: <a href="http://supercluster.org/mauidocs/5.2nodeallocation.html">http://supercluster.org/mauidocs/5.2nodeallocation.html</a><br>
NODEALLOCATIONPOLICY CPULOAD<br><br># Creds: <a href="http://supercluster.org/mauidocs/6.1fairnessoverview.html">http://supercluster.org/mauidocs/6.1fairnessoverview.html</a><br><br>USERCFG[DEFAULT] FSTARGET=25.0<br>
<br># Priority weight configurations: <a href="http://www.clusterresources.com/products/maui/docs/5.1.2priorityfactors.shtml">http://www.clusterresources.com/products/maui/docs/5.1.2priorityfactors.shtml</a><br>RESWEIGHT 0<br>
# No subweights set<br>FSWEIGHT 0<br>FSUSERWEIGHT 1<br>FSGROUPWEIGHT 0<br>FSACCOUNTWEIGHT 0<br>FSQOSWEIGHT 0<br>FSCLASSWEIGHT 0<br><br>CREDWEIGHT 1<br>USERWEIGHT 0<br>GROUPWEIGHT 0<br>
ACCOUNTWEIGHT 0<br>QOSWEIGHT 0<br>CLASSWEIGHT 1<br><br>SERVICEWEIGHT 0<br>XFACTORWEIGHT 0<br>QUEUETIMEWEIGHT 0 <br>BYPASSWEIGHT 0<br>TARGETWEIGHT 0<br>USAGEWEIGHT 0<br><br>ATTRWEIGHT 0<br>
<br># Queue configurations<br>CLASSCFG[hour] FSPOLICY=DEDICATEDPS OVERRUN=1:00:00<br>CLASSCFG[day_short] FSPOLICY=DEDICATEDPS OVERRUN=2:00:00<br>CLASSCFG[day_long] FSPOLICY=DEDICATEDPS OVERRUN=24:00:00<br><br>
DEFERTIME 0:00:10<br></div><div><br></div><div><br></div><div>Thanks a lot in advance!</div><div>Coert Metz<br></div></div></div></div>