-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
MTD geometry: Fix MTDGeometryBuilder text to avoid rounding issues with alternative architectures #46761
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46761/42745 |
A new Pull Request was created by @fabiocos for master. It involves the following packages:
@Dr15Jones, @Moanwar, @bsunanda, @civanch, @cmsbuild, @kpedro88, @makortel, @mdhildreth, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
type mtd |
type bugfix |
please test with cms-data/Geometry-TestReference#17 |
+1 Size: This PR adds an extra 24KB to repository The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
+geometry |
please test with cms-data/Geometry-TestReference#17 for CMSSW_15_0_MULTIARCHS_X/el8_amd64_gcc12 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ecbf05/43024/summary.html Comparison SummarySummary:
|
@cms-sw/upgrade-l2 comments? |
+Upgrade |
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. @antoniovilela, @sextonkennedy, @rappoccio, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
cms-data/Geometry-TestReference#17 was needed to go with this PR. |
PR description:
The integration of #46683 is causing failures in the
Geometry/MTDGeometryBuilder
unit test on both aarch64 and MULTIARCHS builds. This appears an issue with numerical precision. To address it:PR validation:
Code runs, provides the desired output, and does not trigger any
DIFFERENCE
message on lxplus-arm (el9_aarch64_gcc12) vs cmsdev45 (el8_amd64_gcc12).cms-data/Geometry-TestReference
reference file is built on the default architecture.