Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Slot configuration not starting with 1
- Date: Wed, 24 Jan 2024 13:58:57 -0500
- From: Larry Martell <larry.martell@xxxxxxxxx>
- Subject: Re: [HTCondor-users] Slot configuration not starting with 1
On Wed, Jan 24, 2024 at 1:43âPM Beyer, Christoph
<christoph.beyer@xxxxxxx> wrote:
>
> Hi,
>
> don't expect much insight here without showing the slot configuration ;)
Basically we had this:
SLOT_TYPE_2 = cpus=15,memory=90%,disk=90%,gpus=0
And it would not come up saying there were 0 CPUs, memory, disk, and GPUs.
We changed it to:
SLOT_TYPE_1 = cpus=15,memory=90%,disk=90%,gpus=0
and it came up fine.
>
> ----- UrsprÃngliche Mail -----
> Von: "Larry Martell" <larry.martell@xxxxxxxxx>
> An: "HTCondor-Users Mail List" <htcondor-users@xxxxxxxxxxx>
> Gesendet: Mittwoch, 24. Januar 2024 19:28:44
> Betreff: [HTCondor-users] Slot configuration not starting with 1
>
> We recently set up a system that had a slot 2 configured but not a
> slot 1. It failed to start and the StartLog showed there were no
> system resources at all available. It was like it allocated 100% of
> every resource to slot 1. Is this a known and documented thing?