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
_______________________________________________ HTCondor-users mailing list To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a subject: Unsubscribe You can also unsubscribe by visiting https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users The archives can be found at: https://lists.cs.wisc.edu/archive/htcondor-users/