Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] Automatic GPU configuration doesn't work with custom machine resources?
- Date: Mon, 01 Jun 2015 09:11:31 -0500
- From: Vladimir Brik <vladimir.brik@xxxxxxxxxxxxxxxx>
- Subject: [HTCondor-users] Automatic GPU configuration doesn't work with custom machine resources?
Hello,
It seems like automatic GPU configuration doesn't work when custom
machine resources are used.
This works fine:
use feature : GPUs
GPU_DISCOVERY_EXTRA = -extra
SLOT_TYPE_1 = cpus=auto, mem=auto, disk=auto, swap=auto, gpus=auto
SLOT_TYPE_1_PARTITIONABLE = TRUE
NUM_SLOTS_TYPE_1 = 1
This doesn't work:
use feature : GPUs
GPU_DISCOVERY_EXTRA = -extra
SLOT_TYPE_1 = cpus=auto, mem=auto, disk=auto, swap=auto, gpus=auto,
machine_token=1
SLOT_TYPE_1_PARTITIONABLE = TRUE
NUM_SLOTS_TYPE_1 = 1
MACHINE_RESOURCE_NAMES = machine_token
MACHINE_RESOURCE_machine_token = 1
In the latter case, condor_status correctly shows DetectedGPUs, but the
rest of GPU-related attributes (like DetectedGPUs) are missing.
Am I doing something wrong?
Thanks,
Vlad