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

Re: [Condor-users] Run Jobs in two architectures



Edier Alberto Zapata Hern?ndez wrote:

> To the cluster, Condor will add Arch="X86_64", OpSys=LINUX, so the
> jobs will run only in the X86_64 nodex, and the PCs working at 32bits
> (Arch=INTEL) will be ommited. That's what I don't want, I want that
> the PCs process the jobs too.

If you add:

    Requirements = Arch == "X86_64" || Arch == "INTEL"

To your submit file, then Condor will not add the 'Arch == "X86_64"'.

It only adds 'Arch' or 'Opsys' if they are not in your 'Requirements'.

-- 
Dan