Question: How do I configure condor to start jobs on the least number of
workers ?
Check out this HOWTO recipe:
 http://wiki.htcondor.org/index.cgi/wiki?p=HowToFillPoolDepthFirst
Whenever a question gets asked a couple times, I try to make a new
HOWTO... the collection is sitting at
 http://wiki.htcondor.org//index.cgi/wiki?p=HowToAdminRecipes
Thanks, I had a look at these wiki pages before. It seems that this recipe
doesn't work in my configuration.
Say, I have 4 workers with 8 cores running. I use partitionable slots.
When submitting 6 jobs each requesting 1 core I would assume all
6 jobs end on a single worker. That's not hat I see. It seems that
the jobs are distributed over at least 2 workers filling them about half.
Thanks, Rolf