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

Re: [HTCondor-users] Debugging NEGOTIATOR_PRE_JOB_RANK



Try this.

 

Add this to START:

START       = ($(START)) && (Server =?= 1)

 

And add this to your sub file:

+Server = 1

 

Mark Glowka

The Hartford

SI&T CTO Service Delivery (Grid Operations)

 

 

From: htcondor-users-bounces@xxxxxxxxxxx [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of Chris Filo Gorgolewski
Sent: Tuesday, January 22, 2013 6:16 AM
To: htcondor-users@xxxxxxxxxxx
Subject: [HTCondor-users] Debugging NEGOTIATOR_PRE_JOB_RANK

 

Hi,

I'm administering a condor pool with multiple workstations and two dedicated machines (32 cores each). I wanted to jobs to be executed on the dedicated servers instead of workstations so I added this to the servers configs

 

IsServer = True

STARTD_ATTRS = $(STARTD_ATTRS) IsServer

 

and this to the negotiator config

NEGOTIATOR_PRE_JOB_RANK =  (IsServer =?= True && RemoteOwner =?= UNDEFINED) + \

                                                      RemoteOwner =?= UNDEFINED

 

However when I send dummy sleep jobs to the cluster they get executed on the servers and workstations. How can I debug this? Does it matter that the machines use Dynamic slots? Does LoadAvg is taken into account in choosing slots?

 

Thanks in advance!

 

Best,

Chris

************************************************************
This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential and/or privileged information.  If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited.  If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this communication and destroy all copies.
************************************************************