Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Condor group quota
- Date: Thu, 4 Feb 2010 09:35:26 -0500
- From: Mag Gam <magawake@xxxxxxxxx>
- Subject: [Condor-users] Condor group quota
I am trying to implement group quotas.
I have:
GROUP_NAMES = userA.long
#Only 5 jobs per user
GROUP_QUOTA_userA.long=5
In the submit file of userA he has:
+AccountingGroup="userA.long"
I restarted the negotiator but this user is able to have more than 5
jobs running. Any thoughts?
TIA