On Mon, 2013-07-01 at 16:27 +0000, HUMMEL Michel wrote:
> Hello,
> 
> Is it possible to force OGS  to execute 2 jobs at the same time ?
> 
>  
> 
> I have two jobs which communicate through sockets and I have to launch
> them separately (I can't make one job launching the two tasks).
> 
>  
> 
> It will be fine if OGS could schedule the two jobs at the same time (I
> mean adding a simultaneous option to the job for example).
> 
> Something like dependency but for parallel jobs not serial ones.
> 
>  
> 
> Can someone help me with this ?

AFAIK no version of grid engine does this.   You could submit a single
large job and run two different executables under it (will need a little
work manually splitting the allocated hosts/slots depending on which
parallel libraries you use and how they are integrated into grid
engine).

Alternatively create an Advance Reservation big enough to hold them both
and submit your jobs into it.  

William
> 
> 

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to