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

Re: [HTCondor-users] Simple priority howto.



I stand corrected ;)

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: "gthain" <gthain@xxxxxxxxxxx>
An: "htcondor-users" <htcondor-users@xxxxxxxxxxx>
Gesendet: Dienstag, 2. Februar 2021 18:34:54
Betreff: Re: [HTCondor-users] Simple priority howto.


On 2/2/21 11:16 AM, duduhandelman@xxxxxxxxxxx wrote:
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)

If you want to do this at the user level, you can use priority factors to balance the usage that each user gets:


condor_userprio -setfactor fiftypercentuser 1000

condor_userprio -setfactor twentyfivepercentuserA 2000

condor_userprio -setfactor twentyfivepercentuserB 2000


This will give the user named "fiftypercentuser" twice the cores of the other two, if all three have enough job demand.  If only one user has jobs, they can get the whole pool.  By default, there is historical fair share involved here too.  If you want to turn that off, you can set


PRIORITY_HALFLIFE = 1


in the negotiator's condor config file  (and run condor_reconfig), then the historical usage will effectively be ignored.


-greg


_______________________________________________
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/