Skip to content

Commit 573c16c

Browse files
committed
NEWS: update news for 2.1.2 release
Doing the old-fashioned thing with NEWS. [skip ci] Signed-off-by: Howard Pritchard <[email protected]>
1 parent d43a118 commit 573c16c

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

NEWS

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,39 @@ included in the vX.Y.Z section and be denoted as:
5757
--------------------
5858

5959
Bug fixes/minor improvements:
60-
- Remove IB XRC support from the OpenIB BTL due to lack of support.
60+
61+
- Remove IB XRC support from the OpenIB BTL due to loss of maintainer.
62+
- Fix a problem with MPI_IALLTOALLW when using zero-length messages.
63+
Thanks to Dahai Guo for reporting.
64+
- Fix a problem with C11 generic type interface for SHMEM_G. Thanks
65+
to Nick Park for reporting.
66+
- Switch to using the lustreapi.h include file when building Open MPI
67+
with Lustre support.
68+
- Fix a problem in the OB1 PML that led to hangs with OSU collective tests.
69+
- Fix a progression issue with MPI_WIN_FLUSH_LOCAL. Thanks to
70+
Joseph Schuchart for reporting.
71+
- Fix an issue with recent versions of PBSPro requiring libcrypto.
72+
Thanks to Petr Hanousek for reporting.
73+
- Fix a problem when using MPI_ANY_SOURCE with MPI_SENDRECV.
74+
- Fix an issue that prevented signals from being propagated to ORTE
75+
daemons.
76+
- Ensure that signals are forwarded from ORTE daemons to all processes
77+
in the process group created by the daemons. Thanks to Ted Sussman
78+
for reporting.
79+
- Fix a problem with launching a job under a debugger. Thanks to
80+
Greg Lee for reporting.
81+
- Fix a problem with Open MPI native I/O MPI_FILE_OPEN when using
82+
a communicator having an associated topology. Thanks to
83+
Wei-keng Liao for reporting.
84+
- Fix an issue when using MPI_ACCUMULATE with derived datatypes.
85+
- Fix a problem with Fortran bindings that led to compilation errors
86+
for user defined reduction operations. Thanks to Nathan Weeks for
87+
reporting.
88+
- Fix ROMIO issues with large writes/reads when using NFS file systems.
89+
- Fix definition of Fortran MPI_ARGV_NULL and MPI_ARGVS_NULL.
90+
- Enable use of the head node of a SLURM allocation on Cray XC systems.
91+
- Fix a problem with synchronous sends when using the UCX PML.
92+
- Use default socket buffer size to improve TCP BTL performance.
6193

6294
2.1.1 -- April, 2017
6395
--------------------

0 commit comments

Comments
 (0)