Is there a way to specify the ppn ( or equivalent ) in SGE ? i don't want to use all cpus in one node so i will be able to have more memory per core. ( In PBS you would do -l nodes=16:ppn=2 for exemple)

Thanks.

link|improve this question

53% accept rate
feedback

1 Answer

Sounds like pe (see: qconf -sp mpi) is defaulting to $round_robin instead of $fill_up or $pe_slots.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.