[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] AccountGroup question



I prefer a static quota. Makes testing much easier and thats my requirement.ÂÂ
Here is what I have tried.

Attempt 1
GROUP_NAMES = group_a
GROUP_QUOTA_group_a =1Â
GROUP_ACCEPT_SURPLUS = False

Submit file:Â
accounting_group=group_a

Did not work

Attempt 2
GROUP_NAMES = group_a, group_a.userA
GROUP_QUOTA_group_a =1Â
GROUP_QUOTA_group_a.userA =2
GROUP_ACCEPT_SURPLUS = False

Submit File:
accounting_group=group_a
accounting_group_user=usera

Did not work



On Fri, Apr 24, 2020 at 1:42 PM <christoph.beyer@xxxxxxx> wrote:
Hi,

the group quota is mor meant to be a proportion between groups, say yo have 3 slots and group a has quota 1 and group b has quota 2 then for roup a you would end up with 1/3 of the slots and that is 1 slot ...

I personally prefer dynamic quota with percentages, see:

https://htcondor.readthedocs.io/en/stable/admin-manual/user-priorities-negotiation.html?highlight=quota#accounting-groups-with-hierarchical-group-quotas

best
christoph

--
Christoph Beyer
DESY Hamburg
IT-Department

Notkestr. 85
Building 02b, Room 009
22607 Hamburg

phone:+49-(0)40-8998-2317
mail: christoph.beyer@xxxxxxx


Von: rmorgan466@xxxxxxxxx
An: "htcondor-users" <htcondor-users@xxxxxxxxxxx>
Gesendet: Freitag, 24. April 2020 17:40:34
Betreff: [HTCondor-users] AccountGroup question

I have yet another Accounting Group question.Â
I have something simple in Negotiator config:

GROUP_NAMES = group_a
GROUP_QUOTA_group_a =1Â
GROUP_ACCEPT_SURPLUS = False


Submit file
--------------
+AccountingGroup = " group_a"

When I submit 10 jobs. All 10 jobs run. I though only 1 should run.Â
Am IÂmissing something?


--
--- Get your facts first, then you can distort them as you please.--

_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/


--
--- Get your facts first, then you can distort them as you please.--