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

Re: [Condor-users] Condor $(OpSys) and $(Arch) parameter



Klaus,

> Requirements = (OpSysGeneric == "WINNT")
> 
> instead of
> 
> Requirements = (OpSys == "WINNT51" || OpSys == "WINNT52" || OpSys == 
> "WINNT60" || OpSys == "WINNT61")               ## and so on!

This part is easy:

Requirements = RegExp("^WINNT",OpSys)

-- 
Daniel K. Forrest		Space Science and
dan.forrest@xxxxxxxxxxxxx	Engineering Center
(608) 890 - 0558		University of Wisconsin, Madison