@@ -57,6 +57,30 @@ 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.4 -- May, 2020
61
+ -----------------------
62
+ - Update embedded PMIx to 3.1.5
63
+ - Fix an ABI compatibility issue with the Fortran 2008 bindings.
64
+ Thanks to Alastair McKinstry for reporting.
65
+ - Fix an issue with rpath of /usr/lib64 when building OMPI on
66
+ systems with Lustre. Thanks to David Shrader for reporting.
67
+ - Fix a memory leak occurring with certain MPI RMA operations.
68
+ - Fix an issue with ORTE's mapping of MPI processes to resources.
69
+ Thanks to Alex Margolin for reporting and providing a fix.
70
+ - Correct a problem with incorrect error codes being returned
71
+ by OMPI MPI_T functions.
72
+ - Fix an issue with debugger tools not being able to attach
73
+ to mpirun more than once. Thanks to Gregory Lee for reporting.
74
+ - Fix an issue with the Fortran compiler wrappers when using
75
+ NAG compilers. Thanks to Peter Brady for reporting.
76
+ - Fix an issue with the ORTE ssh based process launcher at scale.
77
+ Thanks to Benjam�n Hern�ndez for reporting.
78
+ - Address an issue when using shared MPI I/O operations. OMPIO will
79
+ now successfully return from the file open statement but will
80
+ raise an error if the file system does not supported shared I/O
81
+ operations. Thanks to Romain Hild for reporting.
82
+ - Fix an issue with MPI_WIN_DETACH. Thanks to Thomas Naughton for reporting.
83
+
60
84
4.0.3 -- March, 2020
61
85
-----------------------
62
86
- Update embedded PMIx to 3.1.5
0 commit comments