Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 6865fd4

Browse files
committed
NEWS: updates for 2.0.0 rc4
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 3968d6e commit 6865fd4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

115121
Removed 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

0 commit comments

Comments
 (0)