allocating GPUs with condor - benclifford/text GitHub Wiki

Only trying to allocate GPUs - don't care (at the moment) about allocating CPUs or main memory.

2 gpu cards for use in this machine, so condor_config.local:

want to allow users to match on gputype because we have different kinds of gpu in general

for now only allocate GPUs 1 and 4 because others being used by users out of condor

NUM_SLOTS=3

STARTD_ATTRS = TheanoGpunum, gputype

SLOT1_TheanoGpunum = 2 SLOT1_gputype = "gtx980"

SLOT2_TheanoGpunum = 1 SLOT2_gputype = "gtx980"

SLOT3_TheanoGpunum = XXFAKEXX SLOT3_gputype = nogpu