If I submit this .dag file using condor_submit_dag, I am seeing this error
6/12 23:32:18 assigned Condor ID (22.0.0) 6/12 23:32:18 Just submitted 3 jobs this cycle...
6/12 23:32:18 FileLock::obtain(1) failed - errno 37 (No locks available) 6/12 23:32:18 ERROR "Assertion ERROR on (is_locked)" at line 916 in file user_log.C
I searched previous thread with problem of locks as part of NFS, so I now have defined ${LOCK) to be local directory on the nodes.
But, still I am seeing this error and the job assigned to CHILD is not being submitted.
Am, I missing something? Please could anyone explain what the problem is and how I could solve this