This repository was archived by the owner on Sep 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,12 @@ Changes in behavior compared to prior versions:
111111 recompile MPI and OpenSHMEM applications to work with this version
112112 of Open MPI.
113113- Removed checkpoint/restart code due to loss of maintainer. :-(
114+ - Change the behavior for handling certain signals when using PSM
115+ and PSM2 libraries. Previously, the PSM and PSM2 libraries would
116+ trap certain signals in order to generate tracebacks. The mechanism
117+ was found to cause issues with Open MPI's own error reporting mechanism.
118+ If not already set, Open MPI now sets the IPATH_NO_BACKTRACE and HFI_NO_BACKTRACE
119+ environment variables to disable PSM/PSM2's handling these signals.
114120
115121Removed legacy support:
116122
@@ -141,6 +147,14 @@ Bug fixes / minor enhancements:
141147 of libibverbs and OFED.
142148- Numerous fixes/improvements to orte-dvm. Special thanks to Mark
143149 Santcroos for his help.
150+ - Fix a problem with timer code on ia32 platforms. Thanks to
151+ Paul Hargrove for reporting this and providing a patch.
152+ - Fix a problem with use of a 64 bit atomic counter. Thanks to
153+ Paul Hargrove for reporting.
154+ - Fix a problem with singleton job launching. Thanks to Lisandro
155+ Dalcin for reporting.
156+ - Fix a problem with use of MPI_UNDEFINED with MPI_COMM_SPLIT_TYPE.
157+ Thanks to Lisandro Dalcin for reporting.
144158- Silence a compiler warning in PSM MTL. Thanks to Adrian Reber for
145159 reporting this.
146160- Properly detect Intel TrueScale and OmniPath devices in the ACTIVE
You can’t perform that action at this time.
0 commit comments