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

Commit c6b2644

Browse files
author
--quiet
committed
NEWS: Updates for v1.10.0
1 parent e60bce8 commit c6b2644

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

NEWS

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

0 commit comments

Comments
 (0)