I am attempting to limit the number of jobs running per user via a Requirements _expression_, i.e. something like:
where the SubmitterUserResourcesInUse attribute is something that I have found thanks to the help of some HTCondor experts and the documentation:
However no job ever starts. I have tried:
condor_q -better-analyze
which gives me:
Slots
Step Matched Condition
----- -------- ---------
[0] 0 TARGET.SubmitterUserResourcesInUse <= 1
[...]
Condition Machines Matched Suggestion
--------- ---------------- ----------
1 ( ( .RIGHT.SubmitterUserResourcesInUse <= 1 ) )
0 REMOVE
suggesting me that my requirement never matches.
I am no HTCondor expert and I am a bit lost... what I am doing wrong here?
For the record I am using HTCondor v8.0.6.
Thanks for your help!
Cheers