Re: [gridengine users] forced complex for specific queue only

2014-07-28 Thread Reuti
Hi, Am 17.07.2014 um 03:52 schrieb Ian Mortimer: > For nodes with GPUs I've configured a gpu.q queue and a forced complex. > The same execution hosts are included in a low priority queue for > regular cpu jobs not needing a gpu so no forced complex. It should be FORCED. > What I'm aiming for i

Re: [gridengine users] forced complex for specific queue only

2014-07-17 Thread Txema Heredia
Hi Ian, You could enforce this in a JSV script. Check to which queue the jobs are submitted, add a -l gpu=0 to jobs submitted to low.q and reject jobs submitted to gpu.q with no -l gpu value (or whatever behaviour you want). Txema El 17/07/14 03:52, Ian Mortimer escribió: Hi For nodes with

[gridengine users] forced complex for specific queue only

2014-07-16 Thread Ian Mortimer
Hi For nodes with GPUs I've configured a gpu.q queue and a forced complex. The same execution hosts are included in a low priority queue for regular cpu jobs not needing a gpu so no forced complex. What I'm aiming for is that jobs submitted to gpu.q require '-l gpu=[012]' but jobs submitted to l