-
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
Fixed destruction of Geant4 simulation #35002
Conversation
please test |
A new Pull Request was created by @civanch (Vladimir Ivantchenko) for CMSSW_10_6_X. It involves the following packages:
@civanch, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-599f65/18007/summary.html Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_10_6_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
@civanch This PR causes Reval errors (with mutli-threads) in 10_6_X IB I have tested it works well with Would you please have a check? |
As far as I can read in #34271 (comment), the actual fix was implemented in the geant4 external, what integrated here being only a "extra protection". |
@qliphy , @perrotta , I just run locally on top of CMSSW_10_6_X_2021-08-22-2300. First test my private step1 test for 2018, which is fine. Then update to PR 35002 and it is fine too. Then run runTheMatrix.py -l 4007.0, which fail at step2, then revert 35002 and it is fail again. My conclusion is that for few runs for Run2 WFs there is no problem, Run1 WF has problem independently on this PR. Note, that this fix in the master is done for Geant4 10.7, legacy uses Geant4 10.4. Because this PR is minor and not important for production except it is crashing it can be reverted. Please, go ahead. However, I suspect that there is another problem which affect Run1 WFs. |
Probably you forget to set the grid-certificate? Otherwise step2 will fail as it (worflow 4007.0) needs to access pileup inputs. Note IB tests are with multi-thread while PR test not. |
PR description:
When an exception happens there may be situations, when the real trace of the problem is shadowing by destruction of Geant4. This fix is a backport of #34820 which fix the issue #34271.
Should not affect mainstream production.
PR validation:
private