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

Re: [HTCondor-users] machine match order



It looks from your post that you're trying to establish round-robin job dispatching, as opposed to packing jobs onto as few machines as possible.

This bit from last year should prove useful:

https://www-auth.cs.wisc.edu/lists/htcondor-users/2012-April/msg00051.shtml


That is, if you rank based on RemoteOwner =?= UNDEFINED as shown in the link, it will avoid dispatching two consecutive jobs to the same machine in the same negotiator cycle.

   -Michael Pelletier.