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

RE: [Condor-users] more stuff not working with Windows





--On 01 July 2004 15:04 +0100 "Kewley, J (John)" <J.Kewley@xxxxxxxx> wrote:


requirements = name == "
requirements = Arch == "INTEL"
requirements = OpSys == "WINNT50"

Looks like your final requirements specification is overwriting the other ones.

Have you tried using
requirements = ( (name == "239032-mstc22.liv.ac.uk") && \
	(Arch == "INTEL") && (OpSys == "WINNT50") )

ISTR there is also an equivalent of +=, but I can't remember the syntax.

Yep thanks for that - I thought that they we're implicitly ANDed as in Sun Grid Engine.

-ian.


JK _______________________________________________ Condor-users mailing list Condor-users@xxxxxxxxxxx http://lists.cs.wisc.edu/mailman/listinfo/condor-users