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

Re: [HTCondor-users] Migrating to htcondor2 -> pypi LTS supported version?



As for why this behavior: CMS sometimes submits jobs from different
workflows into the same submit() process, but with similar requirements  ,
in an effort to reduce the number of auto clusters per schedd (although
adding 'My.DESIRED_ExtraMatchRequirements' kinda breaks, so I will make a
note for the team on that). We also end up with a single condor submit per
submission cycle, but I think this is less relevant.  Could you please
confirm if this approach makes sense â or if that measurement doesnât
actually help with autoclusters, let us know?

Making sure that the two jobs' Requirements expressions are (and and evaluate to) the same thing should help reduce the autocluster count, but as far as I know, the number of autoclusters is completely unaffected by the number of clusters or the order or timing in which they were submitted.

-- ToddM