Skip to content

Commit cc4b5c2

Browse files
authored
Merge pull request #4059 from hppritcha/news_for_v2.1.2
NEWS: update news for 2.1.2 release
2 parents 3dc4094 + f1391cf commit cc4b5c2

File tree

1 file changed

+40
-3
lines changed

1 file changed

+40
-3
lines changed

NEWS

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,50 @@ 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.2 -- August, 2017
57-
--------------------
56+
2.1.2 -- September, 2017
57+
------------------------
5858

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

64101
2.1.1 -- April, 2017
65102
--------------------

0 commit comments

Comments
 (0)