[torqueusers] New: C scheduler -> maui help
Lennart Karlsson
Lennart.Karlsson at nsc.liu.se
Tue Oct 4 04:45:45 MDT 2005
Chris,
You wrote:
> The C scheduler allows Torque to have queue priorities. Example,
> two queues, a and b, with priorites a 10 an b 20. If I submit jobs to
> both, those in b will be run first. If jobs from a are running, the
> next job to run will be from b in there are any.
>
> I was hoping that it would be as simple as
>
> CLASSCFG[a] PRIORITY=10
> CLASSCFG[b] PRIORITY=20
>
> but that doesn't seem to be the case. Any ideas? Help appreciated as
> always.
Suggestion:
CLASSCFG[a] QDEF=lowprio
CLASSCFG[b] QDEF=hiprio
QOSCFG[lowprio] PRIORITY=1
QOSCFG[hiprio] PRIORITY=100000
-- Lennart Karlsson <Lennart.Karlsson at nsc.liu.se>
National Supercomputer Centre in Linkoping, Sweden
http://www.nsc.liu.se
More information about the torqueusers
mailing list