-
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
static const -> const for thread safety in DeepMETProducer::produce variable (bp of #31738) #31741
Conversation
A new Pull Request was created by @slava77 (Slava Krutelyov) for CMSSW_11_1_X. It involves the following packages: RecoMET/METPUSubtraction @perrotta, @jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
these are apparently in TTbar14TeV 2026D41 wf 20434.0 in ticlTracksters{HAD,Merge} id_probabilities; these should be unrelated to the change made in this PR (even though both are somewhat related via using TensorFlow, which may give ideas of some longer range cross-talk between TF sessions). @kpedro88 @rovere @felicepantaleo |
@cmsbuild please test trying to see if the diffs in ticlTracksters are repeatable |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
after rerunning (the tests were using CMSSW_11_1_X_2020-10-11-0000), there are no differences in ticlTracksters this time. So, this doesn't look repeatable. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_11_1_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_11_2_X is complete. This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
backport of #31738
multiple instances of DeepMETProducer (stream module) can end up using the same
static const ... input_list
initialized by another instance, which is a wrong behaviorI'm not well aware of use cases in 11_1_X, but it may be a useful fix in the context of HLT TDR studies