Hi,

I am working on a way to prioritize jobs from some users on some specific
queues. I know it can be done, but I do not know exactly how.

I saw that there's already "weight_user", but this value, combined with
others must not exceed "1".

Correct me if I am wrong, but the best way is to create a userset for these
users and then apply a resource quota on it:

e.g.:
{
   name         powerusers_on_testqueue
   description  "limit the priority for queue test.q for all users except
for powerusers"
   enabled      TRUE
   limit        users {!@powerusers} queues {test.q} to weight_user=0.15
}

The "powerusers" userset then would have a default weight_user of 0.25 and
would be prioritize over other users. There is also the fshare value on
userset which could be modified.

What do you think about it ? Is there a better way ? What are the best
practice for this kind of stuff ?


Thanks,

Cheers,
Rémy
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to