-
Notifications
You must be signed in to change notification settings - Fork 4.4k
MTD geometry: update ETL geometry to most recent drawings (scenarios v9 and v10) #47535
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
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47535/43996
|
A new Pull Request was created by @fabiocos for master. It involves the following packages:
@AdrianoDee, @Dr15Jones, @Moanwar, @antoniovilela, @bsunanda, @civanch, @cmsbuild, @davidlange6, @DickyChant, @fabiocos, @jfernan2, @kpedro88, @makortel, @mandrenguyen, @mdhildreth, @miquork, @rappoccio, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test workflow 33234.0,33634.0 |
-1 Failed Tests: UnitTests RelVals Unit TestsI found 7 errors in the following unit tests: ---> test GeometryMTDGeometryBuilderTestDriver had ERRORS ---> test GeometryMTDCommonDataTestDriver had ERRORS ---> test GeometryTrackerGeometryBuilderTestDriver had ERRORS and more ... RelVals
|
hold |
Pull request has been put on hold by @fabiocos |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47535/44000
|
@subirsarkar please approve this |
+Upgrade |
+1 |
+1 |
@cms-sw/pdmv-l2 comments? |
+pdmv |
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. @sextonkennedy, @rappoccio, @antoniovilela, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
@cms-sw/orp-l2 @cms-sw/geometry-l2 @cms-sw/mtd-dpg-l2 @leonardolanteri This PR seems to produce systematic crashes in the IB for the scenario D119, which were not seen in these tests, apparently due to excessive memory usage. We already know that there are some overlaps to fix, and we are working towards an updated version. We will investigate this issue in parallel. |
For the future: is this something we could spot via the |
@AdrianoDee there is already some memory monitoring in the regular test output, and in the JobReport, and I do not seem to see there evidence of large anomalies, comparing for instance with D118 which is not showing issues in the IB |
Hi @fabiocos, |
Not really, because at the moment we don't have a reliable and useful memory profiler (IgProf has not been reliable on el8 onwards). Written that, the default PR tests have included MaxMemoryPreload monitoring for quite some time in all
Maximum memory used (over 10 events) was 4.4 GB, whereas the IB test is apparently killed after
so the old PR tests did not suggest this PR would cause a memory problem. |
Let's move further discussion to #47652 |
PR description:
Implementation of the latest ETL geometry drawings for both the full nominal scenario (as v9) and the reduced "1.7" scenario (as v10). For more details see the presentation by @leonardolanteri at the MTD DPG meeting https://indico.cern.ch/event/1522057/contributions/6403842/attachments/3027548/5343884/ETL%20Geom%20Update%20-%20March%202025.pdf .
The new corresponding CMS scenarios D118 and D118 are built on top of D117, integrating the updated v4 version of BTL. The
Configuration/Geometry
RESDME file is not updated, as this is independently done in the PR #47531 .PR validation:
All the geometry unit tests have been successfully run and checked up to reconstruction navigation.