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

[HTCondor-users] SLOT1_USER not working in 8.2.7 with NUM_CPUS=1.



We are upgrading to version 8.2.7 (from 7.4.1) and have found that the SLOT1_USER setting does not work on machines that have a NUM_CPUS=1. We are running on Windows 7.

 

With 7.4.1 it was only necessary to set SLOT1_USER, now I have to work around this by doing the following:

 

NUM_CPUS=2

NUM_SLOTS=1

NUM_SLOT_TYPES = 1

NUM_SLOTS_TYPE_1 = 1

SLOT_TYPE_1 = cpus=1, ram=1/1, s=1/1, d=1/1

 

Is this a bug or am I missing something?

 

Thanks!

Bob Mortensen