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

Commit 9b32971

Browse files
author
--quiet
committed
NEWS: sync with v1.8.8 bullets
1 parent c6b2644 commit 9b32971

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

NEWS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ included in the vX.Y.Z section and be denoted as:
8080
functionality has been largely superseded by other mpirun CLI
8181
options.
8282
- CUDA: Made the asynchronous copy mode be the default.
83-
- Fix an invalid memory reference in MPI_MRECV / MPI_IMRECV.
8483
- Fix a malloc(0) warning in MPI_IREDUCE_SCATTER_BLOCK. Thanks to
8584
Lisandro Dalcin for reporting the issue.
8685
- Fix typo in MPI_Scatter(3) man page. Thanks to Akshay Venkatesh for
@@ -103,6 +102,14 @@ included in the vX.Y.Z section and be denoted as:
103102
Xavier Besseron for pointing out the issue.
104103

105104

105+
1.8.8
106+
-----
107+
108+
- Fix a segfault in MPI_FINALIZE with PSM2 caused by misordering of
109+
PML vs. communicator shutdown.
110+
- Fix an invalid memory access in MPI_MRECV and MPI_IMRECV.
111+
112+
106113
1.8.7
107114
----
108115
** NOTE: v1.8.7 technically breaks ABI with prior versions

0 commit comments

Comments
 (0)