Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Fill nodes breadth-first
- Date: Fri, 06 Apr 2012 17:00:38 -0400
- From: Sarah Williams <saewill@xxxxxxxxx>
- Subject: [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