How to specify the equivalent of ppn in SGE queing system ?
Posted
by debugger
on Stack Overflow
See other posts from Stack Overflow
or by debugger
Published on 2010-06-02T15:21:16Z
Indexed on
2010/06/02
15:23 UTC
Read the original article
Hit count: 157
Hello All,
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.
© Stack Overflow or respective owner