diff --git a/doc/v4.1/data-4.1.7.inc b/doc/v4.1/data-4.1.7.inc new file mode 100644 index 000000000..4fc7ce71a --- /dev/null +++ b/doc/v4.1/data-4.1.7.inc @@ -0,0 +1,12 @@ +Table of Contents

Name

-MPI - General information Open MPI 4.1.6. +MPI - General information Open MPI 4.1.7.

Mpi

Open MPI is an open source diff --git a/doc/v4.1/man3/MPIX_Allgather_init.3.php b/doc/v4.1/man3/MPIX_Allgather_init.3.php index 861199dce..645ed91f7 100644 --- a/doc/v4.1/man3/MPIX_Allgather_init.3.php +++ b/doc/v4.1/man3/MPIX_Allgather_init.3.php @@ -1,7 +1,7 @@ Table of Contents

Name

-MPI - General information Open MPI 4.1.6. +MPI - General information Open MPI 4.1.7.

Mpi

Open MPI is an open source diff --git a/doc/v4.1/man7/ompi_crcp.7.php b/doc/v4.1/man7/ompi_crcp.7.php index cf2c1b35a..79c706e0d 100644 --- a/doc/v4.1/man7/ompi_crcp.7.php +++ b/doc/v4.1/man7/ompi_crcp.7.php @@ -1,7 +1,7 @@ Name OMPI_CRCP - Open MPI MCA Checkpoint/Restart Coordination Protocol (CRCP) Framework: Overview of Open MPI’s CRCP framework, and selected modules. - Open MPI 4.1.6 + Open MPI 4.1.7

Description

The CRCP Framework is used by Open MPI for diff --git a/doc/v4.1/man7/opal_crs.7.php b/doc/v4.1/man7/opal_crs.7.php index f928c8fd5..de9805046 100644 --- a/doc/v4.1/man7/opal_crs.7.php +++ b/doc/v4.1/man7/opal_crs.7.php @@ -1,7 +1,7 @@

Name

OPAL_CRS - Open PAL MCA Checkpoint/Restart Service (CRS): -Overview of Open PAL’s CRS framework, and selected modules. Open MPI 4.1.6. +Overview of Open PAL’s CRS framework, and selected modules. Open MPI 4.1.7.

Description

diff --git a/doc/v4.1/man7/orte_filem.7.php b/doc/v4.1/man7/orte_filem.7.php index 2c6eefcce..59c578295 100644 --- a/doc/v4.1/man7/orte_filem.7.php +++ b/doc/v4.1/man7/orte_filem.7.php @@ -1,7 +1,7 @@ Name ORTE_FILEM - Open RTE MCA File Management (FileM) Framework: -Overview of Open RTE’s FileM framework, and selected modules. Open MPI 4.1.6 +Overview of Open RTE’s FileM framework, and selected modules. Open MPI 4.1.7

Description

diff --git a/doc/v4.1/man7/orte_hosts.7.php b/doc/v4.1/man7/orte_hosts.7.php index 03a142d44..76c10bfc3 100644 --- a/doc/v4.1/man7/orte_hosts.7.php +++ b/doc/v4.1/man7/orte_hosts.7.php @@ -1,7 +1,7 @@ Name ORTE_SNAPC - Open RTE MCA Snapshot Coordination (SnapC) Framework: Overview of Open RTE’s SnapC framework, and selected modules. - Open MPI 4.1.6 + Open MPI 4.1.7

Description

Open RTE can coordinate the generation of diff --git a/doc/v4.1/man7/orte_sstore.7.php b/doc/v4.1/man7/orte_sstore.7.php index 80e5e0048..c98a5ebf7 100644 --- a/doc/v4.1/man7/orte_sstore.7.php +++ b/doc/v4.1/man7/orte_sstore.7.php @@ -1,7 +1,7 @@ Name Open RTE MCA File Management (SStore) Framework - Overview -of Open RTE’s SStore framework, and selected modules. Open MPI 4.1.6 +of Open RTE’s SStore framework, and selected modules. Open MPI 4.1.7

Description

diff --git a/index.php b/index.php index 4d0ea5f71..ef91551bf 100644 --- a/index.php +++ b/index.php @@ -86,12 +86,12 @@ function pr($name, $url, $comma) { CreateSimple($data); diff --git a/software/ompi/v4.1/version.inc b/software/ompi/v4.1/version.inc index 3478a9c59..80a9f7a23 100644 --- a/software/ompi/v4.1/version.inc +++ b/software/ompi/v4.1/version.inc @@ -11,11 +11,11 @@ $download_prefix="https://download.open-mpi.org/release/open-mpi/v" . $release_s $s3_prefix = "release/open-mpi/v" . $release_series . "/"; /* releases must be ordered newest to oldest */ -$releases = array("4.1.6", "4.1.5", "4.1.4", "4.1.3", "4.1.2", "4.1.1", "4.1.0"); +$releases = array("4.1.7", "4.1.6", "4.1.5", "4.1.4", "4.1.3", "4.1.2", "4.1.1", "4.1.0"); /* prereleases must be ordered newest to oldest. All prereleases will be shown, so make an empty array when the official release is added to releases above */ -$prereleases = array("4.1.7rc1"); +$prereleases = array(); /* set to true if we should add a cygwin note */ $cygwin_note = 0;