-
Notifications
You must be signed in to change notification settings - Fork 183
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
[TBB] Use another repo/branch/tag for PPC #7051
Conversation
Patching our current tag v2021.2.0 isn't possible (the PR is over latest master and has too many changes compared with 21.2.0) Even if we could've used that patch it's ~500 line Third option will be to fork oneTBB which will save one line - github_user
A new Pull Request was created by @mrodozov (Mircho Rodozov) for branch IB/CMSSW_12_0_X/master. @cmsbuild, @smuzaffar, @mrodozov, @iarspider can you please review it and eventually sign? Thanks. |
Given that we've seen the failures in ARM too, should the TBB be updated similarly for ARM too? |
let's check it then |
please test |
please test for CMSSW_12_0_X/slc7_ppc64le_gcc9 |
please test for CMSSW_12_0_X/slc7_aarch64_gcc9 |
but umm ... I don't recall any issue related to ARM similar to this |
See @dan131riley's comment cms-sw/cmssw#33636 (comment). Maybe the crash is more rare on ARM than on PPC? |
Pull request #7051 was updated. |
please test |
please test for CMSSW_12_0_X/slc7_ppc64le_gcc9 |
please test for CMSSW_12_0_X/slc7_aarch64_gcc9 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b60a6b/16137/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
-1 Failed Tests: UnitTests Unit TestsI found errors in the following unit tests: ---> test TestFWCoreServicesDriver had ERRORS ---> test TestConfigDP had ERRORS |
-1 Failed Tests: UnitTests The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Unit TestsI found errors in the following unit tests: ---> test test_PrepareInputDb had ERRORS ---> test test_MpsWorkFlow had ERRORS ---> test testFWCoreUtilities had ERRORS ---> test TestHeterogeneousCoreSonicTritonProducerGPU had ERRORS and more ... |
test parameters:
|
please test for CMSSW_12_0_X/slc7_aarch64_gcc9 |
please test for CMSSW_12_0_X/slc7_ppc64le_gcc9 |
-1 Failed Tests: UnitTests Unit TestsI found errors in the following unit tests: ---> test testFWCoreUtilities had ERRORS ---> test TestFWCoreServicesDriver had ERRORS ---> test TestConfigDP had ERRORS |
-1 Failed Tests: UnitTests Unit TestsI found errors in the following unit tests: ---> test test_PrepareInputDb had ERRORS ---> test test_MpsWorkFlow had ERRORS ---> test TestHeterogeneousCoreSonicTritonProducerGPU had ERRORS ---> test testAlignmentOfflineValidation had ERRORS and more ... |
+externals |
This pull request is fully signed and it will be integrated in one of the next IB/CMSSW_12_0_X/master IBs (tests are also fine). 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) |
Patching our current tag v2021.2.0 isn't possible (the PR is over latest master and has too many changes compared with 21.2.0)
Even if we could've used that patch it's ~500 lines
Third option will be to fork oneTBB which will save one line - github_user