Hi,

first: thanks to all the people trying to keep grid engine open, free
and online! Your work is really, really appreciated.

I have a problem with SGE: up to now, we limited users by defining
maxujobs in the main scheduler config, effectively limiting the number
of jobs per user. Now people started using PEs, and we realized that we
want to limit the number of slots (and not jobs) per user.

I expected that this works:

  # qconf -srqs max_user_slots
  {
     name         max_user_slots
     description  Limit slots per user
     enabled      TRUE
     limit        users {*} to slots=192
  }

But it doesn't, qquota does not show any quotas configured per user (no
output at all). If I remove the {} around the * it works, but limits
the number of slots for all users together to 192, which is not the
goal at all.

We're running sge version 6.2u4 on Rocks 5.3/Centos 5.5

Arne

_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to