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

Re: [HTCondor-users] Automatic GPU configuration doesn't work with custom machine resources?



Follow-up:

It looks like if MACHINE_RESOURCE_NAMES is not undefined, "gpus" needs to be included in that list explicitly. Should be fixed probably?


Vlad



On 06/01/15 09:11, Vladimir Brik wrote:
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
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/