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

[HTCondor-users] SUBMIT_REQUIREMENT



Hello All,

I'm hoping someone can help me. I am trying to add restrictions to my accounting_group. I added the following to my condor_config file:

SUBMIT_REQUIREMENT_NAMES = GROUP1
SUBMIT_REQUIREMENT_GROUP1 = (Accounting_Group != "group_arr_prep_validation") || (Accounting_Group == "group_arr_prep_validation" && (Owner=="mfan"))
SUBMIT_REQUIREMENT_GROUP1_REASON="User not in group_arr_prep_validation"

My user name is "mjackson" and I am still able to submit jobs under "group_arr_prep_validation" with my user name. Can anyone tell me what I'm doing wrong?

Thanks in advance,
Marc