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

Re: [Condor-users] To force all job from same cluster need to run insame machine.



Ian Chesal wrote:
>> Is there any way to specify all jobs form same cluster should run on
> same machine.
> 
> In your submit file:
> 
>         Requirements = Machine == "myhost.mydomain.com"
> 
> - Ian

If you want to do it in a late-binding kind way you might have to run
one job through and then update requirements on its siblings.

Best,


matt