Skip to content

Commit 150efe9

Browse files
committed
NEWS: update news for v2.1.1 release
Fixes #3379 [skip ci] Signed-off-by: Howard Pritchard <[email protected]>
1 parent 0bc0b60 commit 150efe9

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

NEWS

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,40 @@ included in the vX.Y.Z section and be denoted as:
5353
(** also appeared: A.B.C) -- indicating that this item was previously
5454
included in release version vA.B.C.
5555

56+
2.1.1 -- April, 2017
57+
--------------------
58+
59+
Bug fixes/minor improvements:
60+
61+
- Add missing MPI_AINT_ADD/MPI_AINT_DIFF function definitions to mpif.h.
62+
Thanks to Aboorva Devarajan for reporting.
63+
- Fix the error return from MPI_WIN_LOCK when rank argument is invalid.
64+
Thanks to Jeff Hammond for reporting and fixing this issue.
65+
- Fix a problem with mpirun/orterun when started under a debugger. Thanks
66+
to Gregory Leff for reporting.
67+
- Add configury option to disable use of CMA by the vader BTL. Thanks
68+
to Sascha Hunold for reporting.
69+
- Add configury check for MPI_DOUBLE_COMPLEX datatype support.
70+
Thanks to Alexander Klein for reporting.
71+
- Fix memory allocated by MPI_WIN_ALLOCATE_SHARED to
72+
be 64 byte aligned. Thanks to Joseph Schuchart for
73+
reporting.
74+
- Update MPI_WTICK man page to reflect possibly higher
75+
resolution than 10e-6. Thanks to Mark Dixon for
76+
reporting
77+
- Add missing MPI_T_PVAR_SESSION_NULL definition to mpi.h
78+
include file. Thanks to Omri Mor for this contribution.
79+
- Enhance the Open MPI spec file to install modulefile in /opt
80+
if installed in a non-default location. Thanks to Kevin
81+
Buckley for reporting and supplying a fix.
82+
- Fix a problem with conflicting PMI symbols when linking statically.
83+
Thanks to Kilian Cavalotti for reporting.
84+
85+
Known issues (to be addressed in v2.1.2):
86+
87+
- See the list of fixes slated for v2.1.2 here:
88+
https://github.com/open-mpi/ompi/milestone/28
89+
5690
2.1.0 -- March, 2017
5791
--------------------
5892

0 commit comments

Comments
 (0)