A string list is a string that contains a comma separated list, your custom array is a classad list of strings. The stringListIMember function will not work on that. In order for stringListIMember to work customarray needs to be customarray = âtest1, test2, test3â -tj From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx>
On Behalf Of Vikrant Aggarwal Hello Experts, I am trying to make stringListIMember work in requirements using following approach but job remains in idle status. -better-analyze shows that no slot matched with requirement, am i doing something wrong? requirements = (stringListIMember("test1", TARGET.customarray,",") =?= True) Node classAD showing customarray. $ condor_status -compact
testnode1.example.com -af customarray Condor version : 8.5.8
Thanks & Regards, Vikrant Aggarwal |