Skip to content

Commit 4fd2c60

Browse files
authored
Merge pull request #6391 from hppritcha/topic/news_for_v4.0.1
NEWS: update for 4.0.1 release
2 parents c593b20 + 4b2c62d commit 4fd2c60

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

NEWS

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
2222
Copyright (c) 2013-2018 Intel, Inc. All rights reserved.
2323
Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights
2424
reserved.
25+
Copyright (c) 2019 Triad National Security, LLC. All rights
26+
reserved.
2527
$COPYRIGHT$
2628

2729
Additional copyrights may follow
@@ -55,6 +57,43 @@ included in the vX.Y.Z section and be denoted as:
5557
(** also appeared: A.B.C) -- indicating that this item was previously
5658
included in release version vA.B.C.
5759

60+
4.0.1 -- February, 2019
61+
------------------------
62+
63+
- Update embedded PMIx to 3.1.2.
64+
- Fix an issue of excessive compiler warning messages from mpi.h
65+
when using newer C++ compilers. Thanks to @Shadow-fax for
66+
reporting.
67+
- Fix a problem when building Open MPI using clang 5.0.
68+
- Fix a problem with MPI_WIN_CREATE when using UCX. Thanks
69+
to Adam Simpson for reporting.
70+
- Fix a memory leak encountered for certain MPI datatype
71+
destructor operations. Thanks to Axel Huebl for reporting.
72+
- Fix several problems with MPI RMA accumulate operations.
73+
Thanks to Jeff Hammond for reporting.
74+
- Fix possible race condition in closing some file descriptors
75+
during job launch using mpirun. Thanks to Jason Williams
76+
for reporting and providing a fix.
77+
- Fix a problem in OMPIO for large individual write operations.
78+
Thanks to Axel Huebl for reporting.
79+
- Fix a problem with parsing of map-by ppr options to mpirun.
80+
Thanks to David Rich for reporting.
81+
- Fix a problem observed when using the mpool hugepage component. Thanks
82+
to Hunter Easterday for reporting and fixing.
83+
- Fix valgrind warning generated when invoking certain MPI Fortran
84+
data type creation functions. Thanks to @rtoijala for reporting.
85+
- Fix a problem when trying to build with a PMIX 3.1 or newer
86+
release. Thanks to Alastair McKinstry for reporting.
87+
- Fix a problem encountered with building MPI F08 module files.
88+
Thanks to Igor Andriyash and Axel Huebl for reporting.
89+
- Fix two memory leaks encountered for certain MPI-RMA usage patterns.
90+
Thanks to Joseph Schuchart for reporting and fixing.
91+
- Fix a problem with the ORTE rmaps_base_oversubscribe MCA paramater.
92+
Thanks to @iassiour for reporting.
93+
- Fix a problem with UCX PML default error handler for MPI communicators.
94+
Thanks to Marcin Krotkiewski for reporting.
95+
- Fix various issues with OMPIO uncovered by the testmpio test suite.
96+
5897
4.0.0 -- September, 2018
5998
------------------------
6099

0 commit comments

Comments
 (0)