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

Handle pixel modules with all invalid pixels [12.4.x] #38989

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

fwyzard
Copy link
Contributor

@fwyzard fwyzard commented Aug 8, 2022

PR description:

Deal with the the case where all pixels in a module are invalid or duplicate.

PR validation:

Testes over data from run 356998: the events which caused crashes with CMSSW_12_4_5_patch1 are being processed without errors with these changes.

If this PR is a backport please specify the original PR and why you need to backport that PR.

Backport of #38988 for data taking.

@fwyzard
Copy link
Contributor Author

fwyzard commented Aug 8, 2022

backport #38988

@fwyzard
Copy link
Contributor Author

fwyzard commented Aug 8, 2022

type bugfix

@fwyzard
Copy link
Contributor Author

fwyzard commented Aug 8, 2022

urgent

@cmsbuild cmsbuild added this to the CMSSW_12_4_X milestone Aug 8, 2022
@fwyzard
Copy link
Contributor Author

fwyzard commented Aug 8, 2022

enable gpu

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 8, 2022

A new Pull Request was created by @fwyzard (Andrea Bocci) for CMSSW_12_4_X.

It involves the following packages:

  • RecoLocalTracker/SiPixelClusterizer (reconstruction)

@jpata, @cmsbuild, @clacaputo can you please review it and eventually sign? Thanks.
@mtosi, @VourMa, @felicepantaleo, @GiacomoSguazzoni, @JanFSchulte, @rovere, @VinInn, @OzAmram, @ferencek, @dkotlins, @gpetruc, @mmusich, @threus, @tvami this is something you requested to watch as well.
@perrotta, @dpiparo, @qliphy, @rappoccio you are the release manager for this.

cms-bot commands are listed here

@fwyzard
Copy link
Contributor Author

fwyzard commented Aug 8, 2022

please test

@fwyzard fwyzard force-pushed the gpu_duplicate_pixel_removal branch from c869ddb to e55a717 Compare August 8, 2022 09:44
@fwyzard
Copy link
Contributor Author

fwyzard commented Aug 8, 2022

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 8, 2022

Pull request #38989 was updated. @jpata, @clacaputo can you please check and sign again.

Handle the case where all pixels in a module are invalid or duplicate.
@fwyzard fwyzard force-pushed the gpu_duplicate_pixel_removal branch from e55a717 to 7ca6d96 Compare August 8, 2022 09:47
@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 8, 2022

Pull request #38989 was updated. @jpata, @cmsbuild, @clacaputo can you please check and sign again.

1 similar comment
@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 8, 2022

Pull request #38989 was updated. @jpata, @cmsbuild, @clacaputo can you please check and sign again.

@fwyzard fwyzard force-pushed the gpu_duplicate_pixel_removal branch from a0053bc to 7ca6d96 Compare August 8, 2022 09:50
@fwyzard
Copy link
Contributor Author

fwyzard commented Aug 8, 2022

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 8, 2022

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4ba025/26696/summary.html
COMMIT: 7ca6d96
CMSSW: CMSSW_12_4_X_2022-08-07-2300/el8_amd64_gcc10
Additional Tests: GPU
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/38989/26696/install.sh to create a dev area with all the needed externals and cmssw changes.

GPU Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 4
  • DQMHistoTests: Total histograms compared: 19876
  • DQMHistoTests: Total failures: 8
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 19868
  • DQMHistoTests: Total skipped: 0
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 3 files compared)
  • Checked 12 log files, 9 edm output root files, 4 DQM output files
  • TriggerResults: found differences in 2 / 3 workflows

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 8 differences found in the comparisons
  • DQMHistoTests: Total files compared: 50
  • DQMHistoTests: Total histograms compared: 3677242
  • DQMHistoTests: Total failures: 14
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3677206
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 49 files compared)
  • Checked 208 log files, 45 edm output root files, 50 DQM output files
  • TriggerResults: no differences found

@jpata
Copy link
Contributor

jpata commented Aug 9, 2022

+reconstruction

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 9, 2022

This pull request is fully signed and it will be integrated in one of the next CMSSW_12_4_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_5_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2)

@jordan-martins
Copy link
Contributor

@cms-sw/orp-l2 can we have this included in a new patch release to be deployed at HLT, please?

@tyjyang
Copy link

tyjyang commented Aug 9, 2022

confirming with Jordan, dear release team @perrotta, @dpiparo, @qliphy, @rappoccio, we need to have a new patch release for this.

-- Justin as ORM

@qliphy
Copy link
Contributor

qliphy commented Aug 9, 2022

+1
requested urgently to be included in a patched 12_4 release to be deployed at HLT
#38989 (comment)

@cmsbuild cmsbuild merged commit d4b3367 into cms-sw:CMSSW_12_4_X Aug 9, 2022
This was referenced Aug 9, 2022
@fwyzard fwyzard deleted the gpu_duplicate_pixel_removal branch October 29, 2022 08:37
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.

6 participants