Skip to content

Commit a45c017

Browse files
authored
Merge pull request #7670 from hppritcha/topic/news_for_4.0.4
NEWS: news for v4.0.4
2 parents 849b560 + f0707f9 commit a45c017

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

NEWS

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,30 @@ included in the vX.Y.Z section and be denoted as:
5757
(** also appeared: A.B.C) -- indicating that this item was previously
5858
included in release version vA.B.C.
5959

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+
6084
4.0.3 -- March, 2020
6185
-----------------------
6286
- Update embedded PMIx to 3.1.5

0 commit comments

Comments
 (0)