Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] startd job count limit to limit the damage of black holes
- Date: Mon, 28 Aug 2017 21:54:11 +0000
- From: Michael Pelletier <Michael.V.Pelletier@xxxxxxxxxxxx>
- Subject: Re: [HTCondor-users] startd job count limit to limit the damage of black holes
> -----Original Message-----
> From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf
> Of Betts, Wayne
> Sent: Monday, August 28, 2017 4:37 PM
> To: htcondor-users@xxxxxxxxxxx
> Subject: [HTCondor-users] startd job count limit to limit the damage of
> black holes
>
>
> START = (TotalJobsStarted < 2)Â # where TotalJobsStarted is the missing
> piece that I've yet to find, so am seeking your help.
You can make the startd lie to the negotiator about how many CPU cores the machine has via NUM_CPUS in the configuration, or configure the unproven system with a single static whole-machine slot instead of a partitionable slot or collection of static slots.
With that approach, you wouldn't need to alter the start expression at all.
-Michael Pelletier.