Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] slots on SMP machine always in state Owner
- Date: Wed, 27 Aug 2008 19:41:49 -0700
- From: Rok Roškar <roskar@xxxxxxxxxxxxxxxxxxxx>
- Subject: [Condor-users] slots on SMP machine always in state Owner
I've got a 16-cpu SMP machine that is being configured as follows:
----------------
local.config:
DedicatedScheduler = "DedicatedScheduler@hostname"
STARTD_EXPRS = $(STARTD_EXPRS), DedicatedScheduler
#SLOTS_CONNECTED_TO_CONSOLE = 16
#SLOTS_CONNECTED_TO_KEYBOARD = 0
MachineClass = "SMP"
STARTD_ATTRS = $(STARTD_ATTRS), MachineClass
START = JobClass =!= UNDEFINED && JobClass == "SMP"
Rank = Scheduler =?= $(DedicatedScheduler)
------------------------------------------------------------------------------------------
Even after the machine has been sitting idle for a while (an hour or
so), none of the slots are listed as "Unclaimed" instead they're always
in state "Owner". Any idea why this is? As a result, jobs submitted to
the parallel universe never start because even though the
DedicatedScheduler is matched with the correct resources, the job isn't
allowed to start (regardless of the START expression ignoring anything
to do with keyboard or console activity).
Any thoughts on what I'm missing here are most welcome!
Thanks,
Rok