-
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
Remove use of deprecated tbb::task_scheduler_init from FWCore #31313
Conversation
Replace explicit call to tbb::task_scheduler_init with new edm::ThreadsController.
Also make sure waiting task is spawned back into the same task_arena active during the original call.
Using tbb::task_arena together with tbb::global_control allows for oversubscribing the number of threads without having to use the deprecated tbb::task_scheduler_init.
The file is never built, was directly using edm::EventProcessor and using the old no-longer-supported configuration language syntax.
Avoid direct use of EventProcessor and instead just have test use cmsRun.
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31313/18060
|
A new Pull Request was created by @Dr15Jones (Chris Jones) for master. It involves the following packages: CondFormats/CSCObjects @perrotta, @smuzaffar, @benkrikler, @Dr15Jones, @jpata, @makortel, @tlampen, @christopheralanwest, @tocheng, @cmsbuild, @rekovic, @slava77, @ggovi, @pohsun can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins.
|
Resolves #29753 |
-1 Tested at: 8ee085c CMSSW: CMSSW_11_2_X_2020-09-01-1100 I found follow errors while testing this PR Failed tests: UnitTests
I found errors in the following unit tests: ---> test testGeneratorInterfaceLHEInterface_TP had ERRORS |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1 |
+1 |
ping @cms-sw/db-l2 @cms-sw/l1-l2 |
+1 |
please review @cms-sw/l1-l2 |
@cms-sw/l1-l2 yours is the last signature needed and the changes in your area were just
|
@silviodonato , L1 changes looks reasonable. Can we get this in? |
merge |
PR description:
PR validation:
runTheMatrix.py -l limited -t 4
andrunTheMatrix.py -l limited -t 1
both of which were successful.