|
either
STARTD_DETECT_GPUS = false
or
MACHINE_RESOURCE_GPUS = 0
The first one disables autodetection of GPUs. The STARTD will not know that GPUs is a type of resource.
It will advertise CPUs and Memory, etc, but not GPUs.
The second will cause the STARTD to advertise that it knows about GPUs but has 0 of them.
-tj
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Weatherby,Gerard via HTCondor-users <htcondor-users@xxxxxxxxxxx>
Sent: Wednesday, February 25, 2026 2:01 PM To: HTCondor Users <htcondor-users@xxxxxxxxxxx> Cc: gweatherby@xxxxxxxx <gweatherby@xxxxxxxx> Subject: [HTCondor-users] Hide GPUs?
What knob can I stick in /etc/condor/config.d/somefile.conf to prevent HTCondor from advertising GPUs?
|