Am 19.08.2011 um 18:11 schrieb Dave Love: > Reuti <[email protected]> writes: > >>>> "interactive" is more like "immediate" - you can also force a batch job to >>>> run in an interactive queue by using "-now y" as you note. >>>> >>>> At least there is a ticket for it: >>>> >>>> https://arc.liv.ac.uk/trac/SGE/ticket/723 >>> >>> I was confused about being confused about this one. It's actually >>> fixed. Is the fix sufficient, or does it need more explanation? >> >> I would phrase it to include something like: >> >> -now y jobs will only be scheduled to interactive queues, while -now n >> will target batch queues. -now y is the default for qsh, qrsh and >> qlogin, while -now n is the default for qsub. Neverless the option can >> be applied to all commands with any of both arguments to redirect >> jobs. > > Thanks. I'll update it when I have a chance. > > By the way, the one I was thinking this was is > https://arc.liv.ac.uk/trac/SGE/ticket/313 and I'm not sure which options > really should work in which circumstances.
For qrsh *with* a command all should work, as they create processes without any newly created shell in between. If by any means (qrsh w/o command or qlogin) a new shell is set up, this won't work and should be denied like it's done. -- Reuti > The remaining issues with "doc" or "man" keywords are mostly ones where > the issue or the solution isn't clear to me -- suggestions gratefully > received. _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
