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

Migrate PF modules to esConsumes #33652

Merged
merged 10 commits into from May 17, 2021

Conversation

marksan87
Copy link
Contributor

PR description:

Migration of remaining RecoParticleFlow packages to esConsumes to address #31061

PR validation:

Run standard limited matrix evaluation

runTheMatrix.py -l limited -j 8 --ibeos

@hatakeyamak @laurenhay @bendavid @rappoccio

@cmsbuild
Copy link
Contributor

cmsbuild commented May 6, 2021

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33652/22537

  • This PR adds an extra 404KB to repository

Code check has found code style and quality issues which could be resolved by applying following patch(s)

@cmsbuild
Copy link
Contributor

cmsbuild commented May 6, 2021

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33652/22538

  • This PR adds an extra 236KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented May 6, 2021

A new Pull Request was created by @marksan87 (Mark Saunders) for master.

It involves the following packages:

RecoParticleFlow/PFClusterProducer
RecoParticleFlow/PFClusterTools
RecoParticleFlow/PFProducer
RecoParticleFlow/PFSimProducer

@perrotta, @jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks.
@mmarionncern, @felicepantaleo, @cbernet, @rovere, @lgray, @clelange, @lecriste, @hatakeyamak, @ebrondol, @seemasharmafnal this is something you requested to watch as well.
@silviodonato, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@slava77
Copy link
Contributor

slava77 commented May 7, 2021

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 7, 2021

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ffc98f/14926/summary.html
COMMIT: b046f9c
CMSSW: CMSSW_12_0_X_2021-05-06-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/33652/14926/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 37
  • DQMHistoTests: Total histograms compared: 2662646
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2662623
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 36 files compared)
  • Checked 155 log files, 37 edm output root files, 37 DQM output files
  • TriggerResults: no differences found

Copy link
Contributor

@perrotta perrotta left a comment

Choose a reason for hiding this comment

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

Please find below a few comments collected from a visual inspection of the code

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33652/22681

  • This PR adds an extra 220KB to repository

Code check has found code style and quality issues which could be resolved by applying following patch(s)

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33652/22684

  • This PR adds an extra 52KB to repository

@cmsbuild
Copy link
Contributor

Pull request #33652 was updated. @perrotta, @jpata, @cmsbuild, @slava77 can you please check and sign again.

@marksan87
Copy link
Contributor Author

@perrotta Thanks for the feedback. These changes have been incorporated in the last commit.

@perrotta
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ffc98f/15110/summary.html
COMMIT: 899874f
CMSSW: CMSSW_12_0_X_2021-05-14-1100/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/33652/15110/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 10 differences found in the comparisons
  • DQMHistoTests: Total files compared: 37
  • DQMHistoTests: Total histograms compared: 2648242
  • DQMHistoTests: Total failures: 12
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 2648207
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: -0.004 KiB( 36 files compared)
  • DQMHistoSizes: changed ( 312.0 ): -0.004 KiB MessageLogger/Warnings
  • Checked 155 log files, 37 edm output root files, 37 DQM output files
  • TriggerResults: no differences found

@perrotta
Copy link
Contributor

There are a couple of tiny differences (like numerical fluctuations) in the nanoAOD workflow 1325.81:
image
image

Does anybody (e.g. @cms-sw/xpog-l2 ) knows from where they can be originated? As I said, they look like being originated by some numerical fluctuation due to some different precision applied in the code, or some difference in the order of calculations,, but it wouldn't be bad to understand what caused them before approving.

They weren't present before the last changes, but unfortunately the last updates do not seem having been factorized into a single commit, as some reshuffle has been applied: @marksan87 did you manage to save somewhere the differences wrt the previous version of this PR?

@mariadalfonso
Copy link
Contributor

@perrotta

I do not think these differences are associated to the changes in this PR.

The tau change is known #32628 and shows up often.
There is also a small numerical difference showing up in the NanoPlots of DeepMET time to time.
The particleNet is new to me, but fall in the same categories of the two cases above and are related to the ML inputs.

@perrotta
Copy link
Contributor

+1

  • Technical migration, as planned, plus some code cleaning: there are now no more related warnings from the static analyzer
  • Jenkins tests pass and show no (relevant) differences

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2)

@qliphy
Copy link
Contributor

qliphy commented May 17, 2021

+1

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.

None yet

6 participants