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

[HTCondor-users] Question about the conditionals in configuration



Dear all,

Does the conditional in configuration support string comparison?

As the htcondor manual, it seems only support bool or simple number. 

Can we do this conditional in HTCondor configuration?

group = "cms"
if group == "cms"
  num_slots = 4

Thanks in advance!
Cheers,
Xiaowei

jiangxw@xxxxxxxxxx