Hi,

Am 12.10.2014 um 18:05 schrieb Disny Disny:

> I'm using sun grid engine..i'm a bigginer at this and i need to apply a 
> parallel job but i don't know how to create a parallel job and i don't know 
> how to deal with the paralell environment variables in qmon or how this 
> work...if anyone can help me even with a link to details about that or maybe 
> a simple explaination i'll be greatful and i appreciate any help..

The easiest is to start with a parallel job where all slots originate from one 
by using the "allocation_rule $pe_slots". You can check:

$ man sge_pe

for some details. You need:

- define a PE
- attach the PE to one or more queues
- request the PE with a suitable range of slots in the submission command like 
`qsub -pe smp 8 ...`

-- Reuti


> Kind regards
> _______________________________________________
> users mailing list
> users@gridengine.org
> https://gridengine.org/mailman/listinfo/users


_______________________________________________
users mailing list
users@gridengine.org
https://gridengine.org/mailman/listinfo/users

Reply via email to