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 +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,21 @@ included in the vX.Y.Z section and be denoted as:
6868- Added "yalla" PML for faster MXM support.
6969- Added persistent distributed virtual machine (pDVM) support for fast
7070 workflow executions.
71+ - Fixed typo in GCC inline assembly introduced in Open MPI v1.8.8.
72+ Thanks to Paul Hargrove for pointing out the issue.
73+ - Add missing man pages for MPI_Win_get|set_info(3).
74+ - Ensure that session directories are cleaned up at the end of a run.
75+ - Fixed linking issues on some OSs where symbols of dependent
76+ libraries are not automatically publicly available.
77+ - Improve hcoll and fca configury library detection. Thanks to David
78+ Shrader for helping track down the issue.
79+ - Removed the LAMA mapper (for use in setting affinity). Its
80+ functionality has been largely superseded by other mpirun CLI
81+ options.
82+ - CUDA: Made the asynchronous copy mode be the default.
83+ - Fix an invalid memory reference in MPI_MRECV / MPI_IMRECV.
84+ - Fix a malloc(0) warning in MPI_IREDUCE_SCATTER_BLOCK. Thanks to
85+ Lisandro Dalcin for reporting the issue.
7186- Fix typo in MPI_Scatter(3) man page. Thanks to Akshay Venkatesh for
7287 noticing the mistake.
7388- Add rudimentary protection from TCP port scanners.
You can’t perform that action at this time.
0 commit comments