Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] machine match order
- Date: Sat, 16 Nov 2013 21:29:26 -0800 (PST)
- From: Michael Pelletier <mvpel@xxxxxxxxx>
- Subject: 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.