Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] distributing job load
- Date: Wed, 30 Nov 2011 10:03:11 -0800
- From: Tom Melendez <tom@xxxxxxxxxxxx>
- Subject: Re: [Condor-users] distributing job load
Hi Jaime,
>
> One way to do this is to rank the machines based on SlotID.
> You can do this in the submit file:
> rank = -TARGET.SlotID
> Or you can do this in the negotiation's configuration for all jobs:
> NEGOTIATOR_POST_JOB_RANK = -SlotID
>
Thanks, this worked great for me!
Tom