On 18 September 2012 21:59, Brodie, Kent <[email protected]> wrote: > Hi- I have a few queues, (simplified example follows): > > All.q: sys1 [8] , sys2 [8] , sys3 [8] > Some.q: sys1 [4], sys2 [4], sys3 [4] > > For various debugging reasons, I set up some.q to be the same list of hosts, > but not as many slots. > > I am seeing that jobs submitted via qsub or qmake to "fred.q" are ending up > in all.q. Any idea how I can debug why? > > I have verified that the script for the qsub or qmake has the "-q Fred.q" in > it. Possibly -soft is inserted somewhere and is making your queue request soft. Or something sets -masterq causing the requested master queue to be added to the regular queue list.
I'd try running qstat -j on the jobs to see what it has in its hard_queue_list just after submission. William > > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users > > _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
