@@ -14,7 +14,7 @@ Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
14
14
Use is subject to license terms.
15
15
Copyright (c) 2006-2018 Los Alamos National Security, LLC. All rights
16
16
reserved.
17
- Copyright (c) 2010-2018 IBM Corporation. All rights reserved.
17
+ Copyright (c) 2010-2019 IBM Corporation. All rights reserved.
18
18
Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
19
19
Copyright (c) 2012 Sandia National Laboratories. All rights reserved.
20
20
Copyright (c) 2012 University of Houston. All rights reserved.
@@ -57,6 +57,51 @@ included in the vX.Y.Z section and be denoted as:
57
57
(** also appeared: A.B.C) -- indicating that this item was previously
58
58
included in release version vA.B.C.
59
59
60
+ 4.0.2 -- September, 2019
61
+ ------------------------
62
+ - Update embedded PMIx to 3.1.4
63
+ - Fix an issue with env processing when running as root.
64
+ Thanks to Simon Byrne for reporting and providing a fix.
65
+ - Fix Fortran MPI_FILE_GET_POSITION return code bug.
66
+ Thanks to Wei-Keng Liao for reporting.
67
+ - Fix user defined datatypes/ops leak in nonblocking base collective
68
+ component. Thanks to Andrey Maslennikov for verifying fix.
69
+ - Fixed shared memory not working with spawned processes.
70
+ Thanks to @rodarima for reporting.
71
+ - Fix data corruption of overlapping datatypes on sends.
72
+ Thanks to DKRZ for reporting.
73
+ - Fix segfault in oob_tcp component on close with active listeners.
74
+ Thanks to Orivej Desh for reporting and providing a fix.
75
+ - Fix divide by zero segfault in ompio.
76
+ Thanks to @haraldkl for reporting and providing a fix.
77
+ - Fix finalize of flux compnents.
78
+ Thanks to Stephen Herbein and Jim Garlick for providing a fix.
79
+ - Fix osc_rdma_acc_single_intrinsic regression.
80
+ Thanks to Joseph Schuchart for reporting and providing a fix.
81
+ - Fix hostnames with large integers.
82
+ Thanks to @perrynzhou for reporting and providing a fix.
83
+ - Fix Deadlock in MPI_Fetch_and_op when using UCX
84
+ Thanks to Joseph Schuchart for reporting.
85
+ - Fix the SLURM plm for mpirun-based launching.
86
+ Thanks to Jordon Hayes for reporting and providing a fix.
87
+ - Prevent grep failure in rpmbuild from aborting.
88
+ Thanks to Daniel Letai for reporting.
89
+ - Fix btl/vader finalize sequence.
90
+ Thanks to Daniel Vollmer for reporting.
91
+ - Fix pml/ob1 local handle sent during PUT control message.
92
+ Thanks to @EmmanuelBRELLE for reporting and providing a fix.
93
+ - Fix Memory leak with persistent MPI sends and the ob1 "get" protocol.
94
+ Thanks to @s-kuberski for reporting.
95
+ - v4.0.x: mpi: mark MPI_COMBINER_{HVECTOR,HINDEXED,STRUCT}_INTEGER
96
+ removed unless configured with --enable-mpi1-compatibility
97
+ - Fix make-authors.pl when run in a git submodule.
98
+ Thanks to Michael Heinz for reporting and providing a fix.
99
+ - Fix deadlock with mpi_assert_allow_overtaking in MPI_Issend.
100
+ Thanks to Joseph Schuchart and George Bosilca for reporting.
101
+ - Add compilation flag to allow unwinding through files that are
102
+ present in the stack when attaching with MPIR.
103
+ Thanks to James A Clark for reporting and providing a fix.
104
+
60
105
4.0.1 -- March, 2019
61
106
--------------------
62
107
0 commit comments