Am 19.09.2012 um 09:34 schrieb William Hay: > 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.
We faced it once in a while in the past, but as soon as it appeared, the behavior was gone again. Hence I was never able to spot a misconfiguration or misbehavior in SGE, the only verified thing was that the jobs were clearly submitted to a different queue. Maybe a hiccup. -- Reuti _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
