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

[HTCondor-users] Run each job of a batch on different worker node



Hello Experts,

I was trying to make this _expression_ work but it doesn't give me the node where the job is running with testuser1.Â

condor_status -compact -p testmaster1.com -const 'StringListIMember( "\"testuser1@xxxxxxxx\"", SPLIT(ChildRemoteUser,",") )'

If the above constraint works I assume that I can use the same in job requirements like below.Â

Requirements = !StringListIMember( "\"testuser1@xxxxxxxx\"", SPLIT(ChildRemoteUser,",") )Â

I wanted to run each job of the batch on a different worker node.Â

Any inputs why _expression_ doesn't work?

Thanks & Regards,
Vikrant Aggarwal