Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of Millepede production system (MPS): large campaigns #47080

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rmankel
Copy link

@rmankel rmankel commented Jan 10, 2025

PR description:

The Millepede production system (MPS) is updated. The main improvements are:

  • support for large campaigns (Njobs>999)
  • speedup of job setup
  • improved diagnostics of job output and failure modes
  • fixed issues with job statistics (time...)

The changes have been detailed in the following presentation: https://indico.cern.ch/event/1363492/#26-update-for-the-millepede-pr

PR validation:

Code checks. Code format. Unit tests done.
The changes concern only python scripts that are used exclusively by the MPS system. They are not used by any other code in CMS.

@cmsbuild
Copy link
Contributor

cms-bot internal usage

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @rmankel for master.

It involves the following packages:

  • Alignment/MillePedeAlignmentAlgorithm (alca)

@atpathak, @cmsbuild, @consuegs, @perrotta can you please review it and eventually sign? Thanks.
@adewit, @mmusich, @rsreds, @tlampen, @tocheng, @yuanchao this is something you requested to watch as well.
@antoniovilela, @mandrenguyen, @rappoccio, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

@@ -369,6 +393,10 @@
farmhost = ' '

okStatus = 'OK'
if badInputFile == 1:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this structure, if more than one error is issued, the last error conditions will overwrite okStatus and remark for all previous ones: is it acceptable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants