Skip to content

Overhaul job submission infrastructure, update job management

Kevin Pedro requested to merge github/fork/kpedro88/upgrade2016 into Run2

The job submission scripts are overhauled to be (almost) entirely Python. Multiple functions can now be accessed in looper.py:

  • counting expected # jobs
  • submitting jobs
  • finding missing/removed jobs and creating resubmission script (much faster than previous resubCondor.sh)

There are also some bug fixes and updates for job management and submission via CMS Connect (still in testing).

Merge request reports