Am 24.09.2012 um 12:26 schrieb Mahbube Rustaee: > > > On Mon, Sep 24, 2012 at 1:29 PM, Reuti <[email protected]> wrote: > Am 24.09.2012 um 07:45 schrieb Mahbube Rustaee: > >> Ok, but result is: >> verification: found suitable queue(s) >> I need suitable queue list. Is it possible? > > Sure, if you adjust the source. > > But seriously: what do you want to do with this information? There is > `qselect`, but it won't honor slot count of a parallel job or load in the > cluster. > > > some users select a queue that make their job in qwait.
If you request: $ qsub -w p -q all.q foobar.sh the request for all.q should be taken into account. You don't see this happen? > Just for suggestion to users. Why are they requesting a queue at all? The paradigm behind SGE is, that the user specify resources and SGE will select an appropriate queue for the job. This is different from PBS/Torque. If they really need to request some queues due to certain circumstances (maybe a BOOLEAN request could do too), they could just specify a list with all queues included which are allowed for the job. -- Reuti > > -- Reuti > > >> On Mon, Sep 24, 2012 at 1:12 AM, Reuti <[email protected]> wrote: >> Am 23.09.2012 um 14:34 schrieb Mahbube Rustaee: >> >> > Hi, >> > >> > I 'd like to know if a job will be wait or run on which queue before >> > submit. >> > How can I check job status before submission? >> >> $ qsub -w p foobar.sh >> >> -- Reuti >> >> >> > Thx >> > _______________________________________________ >> > users mailing list >> > [email protected] >> > https://gridengine.org/mailman/listinfo/users >> >> > >
_______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
