-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[SIM] improved initialisation #45986
[SIM] improved initialisation #45986
Conversation
cms-bot internal usage |
@iarspider, @smuzaffar , please, try to test this PR at ASNEEDED_X. If G4 warnings will be gone I will add full description of this PR. |
@cmsbuild please test workflow 132.0,148.0,158.0,159.0 for CMSSW_14_2_ASNEEDED_X |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45986/41752 |
A new Pull Request was created by @civanch for master. It involves the following packages:
@civanch, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Failed Tests: UnitTests RelVals AddOn Unit TestsI found 4 errors in the following unit tests: ---> test test_MC_23_crosscheck had ERRORS ---> test test_MC_23_setup had ERRORS ---> test test_MC_22_setup had ERRORS and more ... RelVals
Expand to see more relval errors ...AddOn Tests
Expand to see more addon errors ... |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45986/41755 |
Pull request #45986 was updated. @civanch, @cmsbuild, @mdhildreth can you please check and sign again. |
@cmsbuild please test workflow 132.0 for CMSSW_14_2_ASNEEDED_X |
Now Geant4 warnings/exceptions gone, it become clear that the problem is in generators. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45986/41771 |
Pull request #45986 was updated. @civanch, @cmsbuild, @mdhildreth can you please check and sign again. |
please test I would guess more tests in ASNEEDED not needed anymore. |
+1 Size: This PR adds an extra 28KB to repository Comparison SummarySummary:
|
+1 |
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. @rappoccio, @mandrenguyen, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR is an attempt to fix issue #45747 , where both Geant4 warnings/exceptions and generator exceptions are reported. This PR making instantion of the main Geant4 singletons in the fix order, so less dependent on architecture. This update does not change CPU at initialisation and does not affect run time. The main effect avoid misleading printouts if there is a problem in a WF.
PR validation:
short matrix
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for: NO