Hi. :-)

I tried to limit the quantity of slots a user can obtain from SGE for running very long (unlimited h_rt) jobs.

So I added the following rqs:

# qconf -srqs
{
   name         peruser_slotlimit
   description  "ogni utente puo usare al massimo 70 slots"
   enabled      TRUE
   limit        users {*} queues long.q to slots=70
}


I also have a limit on the quantity of jobs a user can have running at once:

# qconf -ssconf | grep maxujobs
maxujobs                          64


But today I met a problem.. a job requesting -pe orte 32 was never scheduled until I disabled the above rqs.. the user only had another job (serial) running.. so that made up a total of 2 jobs for 33 slots.

What did I do wrong?

Thank you and best regards.
Robi
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to