I have for example 20 computer cluster and 4 users. I want to provide users with 5 hosts (or N slots), but if not whole cluster is used users job can be run on other hosts/slots.
It is possible in sge6.2u2?
|
I have for example 20 computer cluster and 4 users. I want to provide users with 5 hosts (or N slots), but if not whole cluster is used users job can be run on other hosts/slots. It is possible in sge6.2u2? | |||
|
feedback
|
|
If I understand correctly, you'd like each of your 4 users to have priority access to their own group of hosts, but also have access to the other hosts when idle. I don't know how to achieve this exact effect, but you can get something similar using subordinate queues.
Then if your user submits their job to all.q, they will run on the whole cluster; but jobs submitted to their user queue can override these, so that users have priority access to their own nodes. | |||
|
feedback
|