Thanks Christoph.
That will do the job I'm sure. Is there another way to accomplish that without groupquota? maybe using the condor_userprio.
I think it will be easier for the team leader to manage it with condor_userprio (Just Maybe)
Thanks
David
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of christoph.beyer@xxxxxxx <christoph.beyer@xxxxxxx>
Sent: 02 February 2021 19:06 To: htcondor-users <htcondor-users@xxxxxxxxxxx> Subject: Re: [HTCondor-users] Simple priority howto. Hi,
GROUP_ACCEPT_SURPLUS = True
GROUP_NAMES = group_1, group_2, group_3
GROUP_QUOTA_group_1 = 0.5
GROUP_QUOTA_group_2 = 0.25
GROUP_QUOTA_group_3 = 0.25
would do the trick given that the three users are in three different groups. If they are not you probably need to assign the groups to the jobs through job transforms on the scheduler. Maybe quotas on uids are possible but I am not aware of it ...
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: duduhandelman@xxxxxxxxxxx
An: "htcondor-users" <htcondor-users@xxxxxxxxxxx> Gesendet: Dienstag, 2. Februar 2021 17:46:31 Betreff: [HTCondor-users] Simple priority howto.
HI All.
What will be the easiest way to devide resources between users?
I would like preemption to be active.
Total 3 users.
One user will have 50% of the pool, user two and three will have 25% each.
I would expect that if user One is not running jobs the other users will get his resources.
But if user One is submitting jobs and the pool is full i would expect he will get his share asap.
I don't want a fair share over time something simple.
Many thanks
David.
_______________________________________________ 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/ |