[torquedev] [Mauiusers] Queue to Node Mapping
Gareth.Williams at csiro.au
Gareth.Williams at csiro.au
Fri Feb 3 01:44:05 MST 2012
> Just for curiosity, is this the only way to achieve the required?
We use a different setup where all the configuration is in moab (it will probably work with maui too - it would be interesting to know). Features are used decide which nodes map to which queues - but the features are from moab's perspective rather than torque's. A similar acl setup is needed to restrict access to the queues.
The moab part looks like:
## for io jobs in io queue
CLASSCFG[io] DEFAULT.FEATURES=io
SRCFG[io] NODEFEATURES=io
SRCFG[io] PERIOD=WEEK DEPTH=1
SRCFG[io] CLASSLIST=io
SRCFG[io] HOSTLIST=.
SRCFG[io] FLAGS=ACLOVERLAP,IGNSTATE
NODECFG[ionode01] FEATURES+=io
Gareth
More information about the torquedev
mailing list