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

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