1
1
Форкнуть 0

v4.1.0: README, VERSION, and LICENSE final updates

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
Jeff Squyres 2020-12-18 08:50:29 -08:00
родитель 7de39931a3
Коммит adb29bb328
3 изменённых файлов: 17 добавлений и 8 удалений

12
LICENSE
Просмотреть файл

@ -8,7 +8,7 @@ corresponding files.
Copyright (c) 2004-2010 The Trustees of Indiana University and Indiana
University Research and Technology
Corporation. All rights reserved.
Copyright (c) 2004-2019 The University of Tennessee and The University
Copyright (c) 2004-2020 The University of Tennessee and The University
of Tennessee Research Foundation. All rights
reserved.
Copyright (c) 2004-2019 High Performance Computing Center Stuttgart,
@ -17,15 +17,15 @@ Copyright (c) 2004-2008 The Regents of the University of California.
All rights reserved.
Copyright (c) 2006-2018 Los Alamos National Security, LLC. All rights
reserved.
Copyright (c) 2006-2019 Cisco Systems, Inc. All rights reserved.
Copyright (c) 2006-2020 Cisco Systems, Inc. All rights reserved.
Copyright (c) 2006-2010 Voltaire, Inc. All rights reserved.
Copyright (c) 2006-2018 Sandia National Laboratories. All rights reserved.
Copyright (c) 2006-2010 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Copyright (c) 2006-2019 The University of Houston. All rights reserved.
Copyright (c) 2006-2020 The University of Houston. All rights reserved.
Copyright (c) 2006-2009 Myricom, Inc. All rights reserved.
Copyright (c) 2007-2018 UT-Battelle, LLC. All rights reserved.
Copyright (c) 2007-2019 IBM Corporation. All rights reserved.
Copyright (c) 2007-2020 IBM Corporation. All rights reserved.
Copyright (c) 1998-2005 Forschungszentrum Juelich, Juelich Supercomputing
Centre, Federal Republic of Germany
Copyright (c) 2005-2008 ZIH, TU Dresden, Federal Republic of Germany
@ -51,11 +51,11 @@ Copyright (c) 2016 Broadcom Limited. All rights reserved.
Copyright (c) 2011-2019 Fujitsu Limited. All rights reserved.
Copyright (c) 2014-2015 Hewlett-Packard Development Company, LP. All
rights reserved.
Copyright (c) 2013-2019 Research Organization for Information Science (RIST).
Copyright (c) 2013-2020 Research Organization for Information Science (RIST).
All rights reserved.
Copyright (c) 2017-2020 Amazon.com, Inc. or its affiliates. All Rights
reserved.
Copyright (c) 2019 Triad National Security, LLC. All rights
Copyright (c) 2019-2020 Triad National Security, LLC. All rights
reserved.
$COPYRIGHT$

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

@ -67,11 +67,20 @@ Much, much more information is also available in the Open MPI FAQ:
===========================================================================
The following abbreviated list of release notes applies to this code
base as of this writing (May 2020):
base as of this writing (December 2020):
General notes
-------------
- Prior to Open MPI v4.1.0, the OMPIO IO component was used for MPI-IO
support on all filesystems except Lustre. Instead, when using
Lustre filesystems, the ROMIO IO component was used for MPI-IO
support. Starting with Open MPI v4.1.0, OMPIO is now used by
default for MPI-IO support on all filesystems (including Lustre).
As with any Open MPI MCA component, the selection of which component
is used can be set at run time by setting the "io" MCA param to
either "ompio" or "romio". For example: "mpirun --mca io ompio ..."
- 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.

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

@ -32,7 +32,7 @@ release=0
# requirement is that it must be entirely printable ASCII characters
# and have no white space.
greek=rc5
greek=
# If repo_rev is empty, then the repository version number will be
# obtained during "make dist" via the "git describe --tags --always"