Sun Grid Engine : jobs are not well balanced
Posted
by
GlinesMome
on Server Fault
See other posts from Server Fault
or by GlinesMome
Published on 2013-04-30T21:07:33Z
Indexed on
2013/10/21
15:57 UTC
Read the original article
Hit count: 251
I use Open Grid Scheduler (a fork/copy of Sun Grid Engine).
I have tried this configuration from master:
# qconf -mattr exechost complex_values slots=8 slave2
# qconf -mq all.q | grep slots
slots 100,[slave1=1],[slave2=8]
slave1 is down, then I run 10 qsub
with a sleep example (so no CPU consumption) but only 4 jobs are run at the same time on slave2 instead of I have put 8 slots.
What does I missed ?
PS: my goal is to provide infinite slots to force SGE to schedule only via consummable ressources.
© Server Fault or respective owner