@@ -53,18 +53,20 @@ 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.0.2 -- 15 December 2016
57- -----------------------
56+ 2.0.2 -- 23 December 2016
57+ -------------------------
5858
5959Bug fixes/minor improvements:
6060
61+ - Fix a problem with building Open MPI against an external hwloc installation.
62+ Thanks to Orion Poplawski for reporting this issue.
6163- Remove use of DATE in the message queue version string reported to debuggers to
6264 insure bit-wise reproducibility of binaries. Thanks to Alastair McKinstry
6365 for help in fixing this problem.
6466- Fix a problem with early exit of a MPI process without calling MPI_FINALIZE
6567 or MPI_ABORT that could lead to job hangs. Thanks to Christof Koehler for
6668 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
6870 in a job. Thanks to Noel Rycroft for reporting this problem
6971- Plug some memory leaks in MPI_WIN_FREE discovered using Valgrind. Thanks
7072 to Joseph Schuchart for reporting.
@@ -78,7 +80,7 @@ Bug fixes/minor improvements:
7880- Fix a problem with MPI_IMPROBE that could lead to hangs in subsequent MPI
7981 point to point or collective calls. Thanks to Chris Pattison for reporting.
8082- 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.
8284- Fix a problem using MPI_IALLTOALL with MPI_IN_PLACE argument. Thanks to
8385 Chris Ward for reporting.
8486- Fix a problem using MPI_RACCUMULATE with the Portals4 transport. Thanks to
0 commit comments