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

Re: [HTCondor-users] Reserve slots for high priority jobs



Thanks so much Todd!
                  ÂThis is exactlyÂwhat I was looking for.Â

Thanks,
Gagan

On Wed, Jan 11, 2023 at 10:51 PM Todd Tannenbaum <tannenba@xxxxxxxxxxx> wrote:
On 1/10/2023 9:02 PM, gagan tiwari wrote:
Hi Guys,
         We have 3 htcondorÂexecutor nodes with 8 cores each. So, we have 24 slots available to run jobs.Â

Our requirement is to reserve at least 1 core on each executor node for highÂpriority jobs, so that 3 slots will remain available for all users to run their high priority jobs.Â

Job priority can't be used here because a user can set priority only for his/her jobs.Â

And userÂpriority also doesn't serve purpose because we need everyone to run his / her high priority job on thoseÂreserve cores.Â

So, please let me know how I can achieveÂthis.Â


Hi Gagan,

Are your execute nodes configured to use static slots (this is the default) or partitionable slots?

If the former, perhaps this HOWTO will show you how to do what you want -

https://research.cs.wisc.edu/htcondor/wiki-archive/pages/HowToReserveSlotForSpecialJobs/index.html

Hope the above helps,
Todd