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

[Condor-users] Fill nodes breadth-first



Hi,

I was following this recipe to enable breadth-first filling of nodes on
the cluster:
https://condor-wiki.cs.wisc.edu/index.cgi/wiki?p=HowToSteerJobs

I added this to my condor_config.local files and ran condor_reconfig:
NEGOTIATOR_POST_JOB_RANK = isUndefined(RemoteOwner) * (KFlops - SlotID)

I can see in the Negotiator log that it took effect, but it is still
filling all the slots on one host before moving to another. Any ideas why?

--Sarah