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

[HTCondor-users] if clause in submission file



Hi HTCondor users,

I am migrating some machines to a new configuration and would like send those machines a slightly different submission file. The fresh machines are identified by a local variable (for example HAS_SH20). Is it possible to have an if clause in the submission file which will react, if this variable is indeed true?

I tried:

if defined TARGET.HAS_SH20
  RunAsOwner              = True
endif

which does not work. Is there any other way for this?

Thanks
Stefan