Hi,

Am 23.01.2014 um 19:15 schrieb Michael Stauffer:

> Is it possible to allow qsub submissions while in a qlogin session? The goal 
> is to allow users to run scripts that cycle through sending out a number of 
> jobs, collecting and processing the results, then iterating. We'd like to 
> avoid these master scripts having to be run on the FE. Thanks.

Yes, you can submit jobs inside `qlogin` or also in a batch script itself. 
Prerequisite is, that the nodes are also submit hosts in SGE's configuration.

Depending on the workload of the master script: it might be advisable to run 
them all in special queue (selected by a BOOL complex) and allow an almost 
unlimited number of them, as they produce no load on the machine itself. I 
can't judge whether this is suitable for you scripts.

In case they use `qlogin` only to start the master script, they could also 
submit the script itself to the mentioned queue.

-- Reuti
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to