-
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
Convert all remaining RECO & MiniAOD modules that are executed to threaded FW (74X) #10673
Conversation
A new Pull Request was created by @lgray (Lindsey Gray) for CMSSW_7_4_X. Convert all remaining MiniAOD modules to threaded FW (74X) It involves the following packages: CommonTools/ParticleFlow @cmsbuild, @cvuosalo, @vadler, @monttj, @slava77 can you please review it and eventually sign? Thanks. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
I think this PR should be merged only after all currently pending re-miniAOD PRs are merged. |
@slaba77 looking at the changes that come, it's not 75/76 changes but some other new addition. Anyway it is a straightforward adaptation. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
The tests are being triggered in jenkins. |
+1 |
@mulhearn please sign, thanks. |
+1 Convert remaining legacy modules in RECO to support multi-threading. There should be no change in monitored quantities. #11140 is the 76X version of this PR, and it has already been merged. #10671 is the 75X version, and it has already been approved by Reco. Jenkins tests against baseline CMSSW_7_4_X_2015-09-08-2300 show no significant differences, as expected. See #10806 for information about the performance of this PR. |
@mulhearn please sign. thanks! |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_4_X IBs once checked with relvals in the development release cycle of CMSSW (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
Convert all remaining RECO & MiniAOD modules that are executed to threaded FW (74X)
Backport of #11140
@Dr15Jones 74X has an older version of tbb so I had to use insert rather than emplace. It seems like the return value is exactly the same as for emplace, so the code change is trivial.