-
Notifications
You must be signed in to change notification settings - Fork 184
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
Update OpenMPI to version 4.1.5 [13.0.x] #8334
Update OpenMPI to version 4.1.5 [13.0.x] #8334
Conversation
The Open MPI community is pleased to announce the Open MPI v4.1.5 release. This release is a bug fix release. Open MPI v4.1.5 can be downloaded from the Open MPI website: https://www.open-mpi.org/software/ompi/v4.1/ Changes to v4.1.5 compared to v4.1.4: - fix crash in one-sided applications for certain process layouts. - update embedded OpenPMIx to version 3.2.4 - fix issue building with ifort on MacOS. - backport patches to Libevent for CVE-2016-10195, CVE-2016-10196, and CVE-2016-10197. Note that Open MPI's internal libevent does not use the impacted portions of the Libevent code base. - SHMEM improvements: - fix initializer bugs in SHMEM interface. - fix unsigned type comparisons generating warnings. - fix use after clear issue in shmem_ds_reset. - UCX improvements - fix memory registration bug that could occur when UCX was built but not selected. - reduce overhead of add_procs with intercommunicators. - enable multi_send_nb by default. - call opal_progress while waiting for a UCX fence to complete. - fix data corruption bug in osc/rdma component. - fix overflow bug in alltoall collective - fix crash when displaying topology. - add some MPI_F_XXX constants that were missing from mpi.h. - coll/ucc bug fixes.
type bugfix |
A new Pull Request was created by @fwyzard (Andrea Bocci) for branch IB/CMSSW_13_0_X/master. @cmsbuild, @smuzaffar, @aandvalenzuela, @iarspider can you please review it and eventually sign? Thanks.
|
backport #8333 |
please test |
-1 Failed Tests: UnitTests Unit TestsI found errors in the following unit tests: ---> test testmat had ERRORS ---> test dumpDDCompactView had ERRORS ---> test dumpDDExpandedView had ERRORS ---> test testDDCompactView had ERRORS and more ... Comparison SummaryThere are some workflows for which there are errors in the baseline: Summary:
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ef839a/30924/summary.html Comparison SummarySummary:
|
@perrotta @rappoccio I think this is in |
+1 |
@smuzaffar feel free to merge it for 13.0.X |
+externals |
This pull request is fully signed and it will be integrated in one of the next IB/CMSSW_13_0_X/master IBs (tests are also fine). This pull request will be automatically merged. |
The Open MPI community is pleased to announce the Open MPI v4.1.5 release. This release is a bug fix release.
Open MPI v4.1.5 can be downloaded from the Open MPI website:
https://www.open-mpi.org/software/ompi/v4.1/
Changes to v4.1.5 compared to v4.1.4: