dist: Start v4.1.x release series
Signed-off-by: Brian Barrett <bbarrett@amazon.com>
Этот коммит содержится в:
родитель
56470b4aba
Коммит
441e88f2b4
2
LICENSE
2
LICENSE
@ -53,7 +53,7 @@ Copyright (c) 2014-2015 Hewlett-Packard Development Company, LP. All
|
||||
rights reserved.
|
||||
Copyright (c) 2013-2019 Research Organization for Information Science (RIST).
|
||||
All rights reserved.
|
||||
Copyright (c) 2017-2018 Amazon.com, Inc. or its affiliates. All Rights
|
||||
Copyright (c) 2017-2020 Amazon.com, Inc. or its affiliates. All Rights
|
||||
reserved.
|
||||
Copyright (c) 2019 Triad National Security, LLC. All rights
|
||||
reserved.
|
||||
|
5
NEWS
5
NEWS
@ -20,7 +20,7 @@ Copyright (c) 2012 Sandia National Laboratories. All rights reserved.
|
||||
Copyright (c) 2012 University of Houston. All rights reserved.
|
||||
Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
|
||||
Copyright (c) 2013-2018 Intel, Inc. All rights reserved.
|
||||
Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights
|
||||
Copyright (c) 2018-2020 Amazon.com, Inc. or its affiliates. All Rights
|
||||
reserved.
|
||||
Copyright (c) 2019-2020 Triad National Security, LLC. All rights
|
||||
reserved.
|
||||
@ -57,6 +57,9 @@ included in the vX.Y.Z section and be denoted as:
|
||||
(** also appeared: A.B.C) -- indicating that this item was previously
|
||||
included in release version vA.B.C.
|
||||
|
||||
4.1.0 -- July, 2020
|
||||
-------------------
|
||||
|
||||
4.0.4 -- June, 2020
|
||||
-----------------------
|
||||
- Fix a memory patcher issue intercepting shmat and shmdt. This was
|
||||
|
46
VERSION
46
VERSION
@ -10,6 +10,8 @@
|
||||
# Copyright (c) 2018-2020 IBM Corporation. All rights reserved.
|
||||
# Copyright (c) 2018 Research Organization for Information Science
|
||||
# and Technology (RIST). All rights reserved.
|
||||
# Copyright (c) 2020 Amazon.com, Inc. or its affiliates. All Rights
|
||||
reserved.
|
||||
|
||||
# This is the VERSION file for Open MPI, describing the precise
|
||||
# version of Open MPI in this distribution. The various components of
|
||||
@ -20,8 +22,8 @@
|
||||
# <major>.<minor>.<release>.
|
||||
|
||||
major=4
|
||||
minor=0
|
||||
release=4
|
||||
minor=1
|
||||
release=0
|
||||
|
||||
# greek is generally used for alpha or beta release tags. If it is
|
||||
# non-empty, it will be appended to the version number. It does not
|
||||
@ -30,7 +32,7 @@ release=4
|
||||
# requirement is that it must be entirely printable ASCII characters
|
||||
# and have no white space.
|
||||
|
||||
greek=rc3
|
||||
greek=a1
|
||||
|
||||
# If repo_rev is empty, then the repository version number will be
|
||||
# obtained during "make dist" via the "git describe --tags --always"
|
||||
@ -88,17 +90,17 @@ date="Unreleased developer copy"
|
||||
# Version numbers are described in the Libtool current:revision:age
|
||||
# format.
|
||||
|
||||
libmpi_so_version=60:4:20
|
||||
libmpi_cxx_so_version=60:1:20
|
||||
libmpi_mpifh_so_version=60:2:20
|
||||
libmpi_usempi_tkr_so_version=60:0:20
|
||||
libmpi_usempi_ignore_tkr_so_version=60:0:20
|
||||
libmpi_usempif08_so_version=61:1:21
|
||||
libopen_rte_so_version=60:4:20
|
||||
libopen_pal_so_version=60:4:20
|
||||
libmpi_java_so_version=60:0:20
|
||||
liboshmem_so_version=62:1:22
|
||||
libompitrace_so_version=60:0:20
|
||||
libmpi_so_version=70:0:30
|
||||
libmpi_cxx_so_version=70:0:30
|
||||
libmpi_mpifh_so_version=70:0:30
|
||||
libmpi_usempi_tkr_so_version=70:0:30
|
||||
libmpi_usempi_ignore_tkr_so_version=70:0:30
|
||||
libmpi_usempif08_so_version=70:0:30
|
||||
libopen_rte_so_version=70:0:30
|
||||
libopen_pal_so_version=70:0:30
|
||||
libmpi_java_so_version=70:0:30
|
||||
liboshmem_so_version=70:0:30
|
||||
libompitrace_so_version=70:0:30
|
||||
|
||||
# "Common" components install standalone libraries that are run-time
|
||||
# linked by one or more components. So they need to be versioned as
|
||||
@ -106,15 +108,15 @@ libompitrace_so_version=60:0:20
|
||||
# components-don't-affect-the-build-system abstraction.
|
||||
|
||||
# OMPI layer
|
||||
libmca_ompi_common_ompio_so_version=60:3:19
|
||||
libmca_ompi_common_monitoring_so_version=60:0:10
|
||||
libmca_ompi_common_ompio_so_version=70:0:29
|
||||
libmca_ompi_common_monitoring_so_version=70:0:20
|
||||
|
||||
# ORTE layer
|
||||
libmca_orte_common_alps_so_version=60:0:20
|
||||
libmca_orte_common_alps_so_version=70:0:30
|
||||
|
||||
# OPAL layer
|
||||
libmca_opal_common_cuda_so_version=60:0:20
|
||||
libmca_opal_common_sm_so_version=60:0:20
|
||||
libmca_opal_common_ucx_so_version=60:1:20
|
||||
libmca_opal_common_ugni_so_version=60:0:20
|
||||
libmca_opal_common_verbs_so_version=60:0:20
|
||||
libmca_opal_common_cuda_so_version=70:0:30
|
||||
libmca_opal_common_sm_so_version=70:0:30
|
||||
libmca_opal_common_ucx_so_version=70:0:30
|
||||
libmca_opal_common_ugni_so_version=70:0:30
|
||||
libmca_opal_common_verbs_so_version=70:0:30
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user