File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,27 @@ Master (not on release branches yet)
7171 missing return code MPI_T_INVALID_NAME.
7272
7373
74+ 1.8.7
75+ ----
76+ ** NOTE: v1.8.7 technically breaks ABI with prior versions
77+ ** in the 1.8 series because it repairs two incorrect API
78+ ** signatures. However, users will only need to recompile
79+ ** if they were using those functions - which they couldn't
80+ ** have been, because the signatures were wrong :-)
81+
82+ - Plugged a memory leak that impacted blocking sends
83+ - Fixed incorrect declaration for MPI_T_pvar_get_index and added
84+ missing return code MPI_T_INVALID_NAME.
85+ - Fixed an uninitialized variable in PMI2 support
86+ - Added new vendor part id for Mellanox ConnectX4-LX
87+ - Fixed NBC_Copy for legitimate zero-size messages
88+ - Fixed MPI_Win_post and MPI_Win_start for zero-size messages
89+ - Protect the OOB ports from segfaulting when accessed by port scanners
90+ - Fixed several Fortran typos
91+ - Fixed configure detection of XRC support
92+ - Fixed support for highly heterogeneous systems to avoid
93+ memory corruption when printing out the bindings
94+
74951.8.6
7596-----
7697
You can’t perform that action at this time.
0 commit comments