1
1

Adding Info about PR7778 to NEWS and README

Signed-off-by: Geoffrey Paulsen <gpaulsen@us.ibm.com>
Этот коммит содержится в:
Geoffrey Paulsen 2020-06-08 17:49:50 -05:00
родитель e9c2af935f
Коммит f2dcf4b129
2 изменённых файлов: 10 добавлений и 1 удалений

4
NEWS
Просмотреть файл

@ -14,7 +14,7 @@ Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Copyright (c) 2006-2018 Los Alamos National Security, LLC. All rights
reserved.
Copyright (c) 2010-2019 IBM Corporation. All rights reserved.
Copyright (c) 2010-2020 IBM Corporation. All rights reserved.
Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
Copyright (c) 2012 Sandia National Laboratories. All rights reserved.
Copyright (c) 2012 University of Houston. All rights reserved.
@ -59,6 +59,8 @@ included in the vX.Y.Z section and be denoted as:
4.0.4 -- June, 2020
-----------------------
- Fix a memory patcher issue intercepting shmat and shmdt. This was
observed on RHEL 8.x ppc64le (see README for more info).
- Fix an illegal access issue caught using gcc's address sanitizer.
Thanks to Georg Geiser for reporting.
- Add checks to avoid conflicts with a libevent library shipped with LSF.

7
README
Просмотреть файл

@ -71,6 +71,13 @@ base as of this writing (May 2020):
General notes
-------------
- Open MPI v4.0.4 fixed an issue with the memory patcher's ability to
intercept shmat and shmdt that could cause wrong answers. This was
observed on RHEL8.1 running on ppc64le, but it may affect other systems.
For more information, please see:
https://github.com/open-mpi/ompi/pull/7778
- WARNING - Open MPI v4.0.0-4.0.3 accidentally did not include some
constants from the mpi_f08 module interface (mostly dealing with C and
C++ datatypes).