Skip to content

Commit 1fee447

Browse files
authored
Merge pull request #79 from mhuguesaws/improvements/open_mpi_4.1.4
Improvements/open mpi 4.1.4
2 parents ef6c3be + 97662fd commit 1fee447

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

apps/gromacs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The sample relies on packer to build an AWS Machine Image (AMI) containing an in
9191
It is compiled and optimized for Intel Xeon Scalable Processor using the following compiler and MPI combination:
9292

9393
- Intel oneAPI compiler and Intel oneAPI MPI 2022.2.0
94-
- GNU 10.3.0 and Open MPI 4.1.0
94+
- GNU 10.3.0 and Open MPI 4.1.4
9595

9696
The packer scripts are located in the amis folder and are organized by Operating System (OS) such as `\[OS\]-pc-gromacs`.
9797
The available OS for this solution are:

apps/lammps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The sample relies on packer to build an AWS Machine Image (AMI) containing an in
9494
It is compiled and optimized for Intel Xeon Scalable Processor using the following compiler and MPI combination:
9595

9696
- Intel oneAPI compiler and Intel oneAPI MPI 2022.2.0
97-
- GNU 10.3.0 and Open MPI 4.1.0
97+
- GNU 10.3.0 and Open MPI 4.1.4
9898

9999
The packer scripts are located in the amis folder and are organized by Operating System (OS) such as `\[OS\]-pc-lammps`.
100100
The available OS for this solution are:

apps/mpas/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The sample relies on packer to build an AWS Machine Image (AMI) containing an in
8181
It is compiled and optimized for Intel Xeon Scalable Processor using the following compiler and MPI combination:
8282

8383
- Intel oneAPI compiler and Intel oneAPI MPI 2022.2.0
84-
- GNU 10.3.0 and Open MPI 4.1.0
84+
- GNU 10.3.0 and Open MPI 4.1.4
8585

8686
The packer scripts are located in the amis folder and are organized by Operating System (OS) such as `\[OS\]-pc-mpas`.
8787
The available OS for this solution are:

apps/openfoam/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The sample relies on packer to build an AWS Machine Image (AMI) containing an in
8484
It is compiled and optimized for Intel Xeon Scalable Processor using the following compiler and MPI combination:
8585

8686
- Intel oneAPI compiler and Intel oneAPI MPI 2022.2.0
87-
- GNU 10.3.0 and Open MPI 4.1.0
87+
- GNU 10.3.0 and Open MPI 4.1.4
8888

8989
The packer scripts are located in the amis folder and are organized by Operating System (OS) such as `\[OS\]-pc-openfoam`.
9090
The available OS for this solution are:

apps/wrf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The sample relies on packer to build an AWS Machine Image (AMI) containing an in
8686
It is compiled and optimized for Intel Xeon Scalable Processor using the following compiler and MPI combination:
8787

8888
- Intel oneAPI compiler and Intel oneAPI MPI 2022.2.0
89-
- GNU 10.3.0 and Open MPI 4.1.0
89+
- GNU 10.3.0 and Open MPI 4.1.4
9090

9191
The packer scripts are located in the amis folder and are organized by Operating System (OS) such as `\[OS\]-pc-wrf`.
9292
The available OS for this solution are:

scripts/install/gromacs_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ done
5454

5555
GROMACS_URL=https://gitlab.com/gromacs/gromacs.git
5656
MODULES_PATH="/usr/share/Modules/modulefiles"
57-
ENVIRONMENT="intel/2022.2.0;intel/2022.2.0 gcc/10.3.0;openmpi/4.1.0"
57+
ENVIRONMENT="intel/2022.2.0;intel/2022.2.0 gcc/10.3.0;openmpi/4.1.4"
5858

5959

6060
yum install -y \

scripts/install/hdf5_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ HDF5_URL="https://github.com/HDFGroup/hdf5.git"
2525
ZLIB_VERSION="1.2.11"
2626
ZLIB_PATH="/opt/zlib/${ZLIB_VERSION}"
2727

28-
ENVIRONMENT="intel/2022.2.0;intel/2022.2.0 gcc/10.3.0;openmpi/4.1.0"
28+
ENVIRONMENT="intel/2022.2.0;intel/2022.2.0 gcc/10.3.0;openmpi/4.1.4"
2929

3030
yum install -y \
3131
environment-modules \

scripts/install/lammps_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ done
5555
LAMMPS_URL=https://github.com/lammps/lammps.git
5656
MODULES_PATH="/usr/share/Modules/modulefiles"
5757
DEPENDS_ON="mkl/2022.1.0"
58-
ENVIRONMENT="intel/2022.2.0;intel/2022.2.0 gcc/10.3.0;openmpi/4.1.0"
58+
ENVIRONMENT="intel/2022.2.0;intel/2022.2.0 gcc/10.3.0;openmpi/4.1.4"
5959

6060
yum install -y \
6161
environment-modules \

scripts/install/metis_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PACKAGE_ARCHIVE="${PACKAGE_NAME}-${PACKAGE_VERSION}.tar.gz"
2828
PACKAGE_TAR=$(echo $PACKAGE_ARCHIVE | cut -d'/' -f2)
2929
PACKAGE_URL="http://glaros.dtc.umn.edu/gkhome/fetch/sw/${PACKAGE_NAME}/${PACKAGE_ARCHIVE}"
3030

31-
ENVIRONMENT="gcc/10.3.0;openmpi/4.1.0"
31+
ENVIRONMENT="gcc/10.3.0;openmpi/4.1.4"
3232

3333
yum install -y \
3434
curl-devel \

scripts/install/mpas_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ DEPENDS_ON="hdf5-parallel/1.12.1 pnetcdf/1.12.3 netcdf-c/4.9.0 netcdf-fortran/4.
5757

5858
MPAS_URL="https://github.com/MPAS-Dev/MPAS-Model.git"
5959

60-
ENVIRONMENT="intel/2022.2.0;intel/2022.2.0 gcc/10.3.0;openmpi/4.1.0"
60+
ENVIRONMENT="intel/2022.2.0;intel/2022.2.0 gcc/10.3.0;openmpi/4.1.4"
6161

6262
yum install -y \
6363
environment-modules \

0 commit comments

Comments
 (0)