@@ -53,18 +53,20 @@ included in the vX.Y.Z section and be denoted as:
53
53
(** also appeared: A.B.C) -- indicating that this item was previously
54
54
included in release version vA.B.C.
55
55
56
- 2.0.2 -- 15 December 2016
57
- -----------------------
56
+ 2.0.2 -- 23 December 2016
57
+ -------------------------
58
58
59
59
Bug fixes/minor improvements:
60
60
61
+ - Fix a problem with building Open MPI against an external hwloc installation.
62
+ Thanks to Orion Poplawski for reporting this issue.
61
63
- Remove use of DATE in the message queue version string reported to debuggers to
62
64
insure bit-wise reproducibility of binaries. Thanks to Alastair McKinstry
63
65
for help in fixing this problem.
64
66
- Fix a problem with early exit of a MPI process without calling MPI_FINALIZE
65
67
or MPI_ABORT that could lead to job hangs. Thanks to Christof Koehler for
66
68
reporting.
67
- - Fix a problem with forward of SIGTERM signal from mpirun to MPI processes
69
+ - Fix a problem with forwarding of SIGTERM signal from mpirun to MPI processes
68
70
in a job. Thanks to Noel Rycroft for reporting this problem
69
71
- Plug some memory leaks in MPI_WIN_FREE discovered using Valgrind. Thanks
70
72
to Joseph Schuchart for reporting.
@@ -78,7 +80,7 @@ Bug fixes/minor improvements:
78
80
- Fix a problem with MPI_IMPROBE that could lead to hangs in subsequent MPI
79
81
point to point or collective calls. Thanks to Chris Pattison for reporting.
80
82
- Fix a problem when configure Open MPI for powerpc with --enable-mpi-cxx
81
- enabled. Thanks to amckinstry for reporting.
83
+ enabled. Thanks to Alastair McKinstry for reporting.
82
84
- Fix a problem using MPI_IALLTOALL with MPI_IN_PLACE argument. Thanks to
83
85
Chris Ward for reporting.
84
86
- Fix a problem using MPI_RACCUMULATE with the Portals4 transport. Thanks to
0 commit comments