Steffen Grunewald wrote:
It indeed would be very helpful if there was a "regular expression match" like machine ~= "machine\d*[1237-9]" ... is there a wishlist somewhere?
Condor 6.8 does have regexp support in classads, so if you can construct a concise regexp to match machines, this can also solve this problem.
something like requirements = regexp("machine\d[1-9]", Machine) && opsys == "LINUX" might do the trick. -Greg