@@ -22,6 +22,8 @@ Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
22
22
Copyright (c) 2013-2018 Intel, Inc. All rights reserved.
23
23
Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights
24
24
reserved.
25
+ Copyright (c) 2019 Triad National Security, LLC. All rights
26
+ reserved.
25
27
$COPYRIGHT$
26
28
27
29
Additional copyrights may follow
@@ -55,6 +57,43 @@ included in the vX.Y.Z section and be denoted as:
55
57
(** also appeared: A.B.C) -- indicating that this item was previously
56
58
included in release version vA.B.C.
57
59
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
+
58
97
4.0.0 -- September, 2018
59
98
------------------------
60
99
0 commit comments