Skip to content

Commit 435a9b5

Browse files
authored
Merge pull request #52 from mhuguesaws/improvements/#27_intel_oneapi_2022-1-2-default
Change Intel oneAPI to 2022.1.2 by default
2 parents df62178 + 0ddba30 commit 435a9b5

17 files changed

+21
-24
lines changed

apps/gromacs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export AWS_REGION=`curl --silent http://169.254.169.254/latest/meta-data/placeme
9090
The sample relies on packer to build an AWS Machine Image (AMI) containing an installation of Gromacs.
9191
It is compiled and optimized for Intel Xeon Scalable Processor using the following compiler and MPI combination:
9292

93-
- Intel oneAPI compiler and Intel oneAPI MPI 2021.3.0
93+
- Intel oneAPI compiler and Intel oneAPI MPI 2022.1.2
9494
- GNU 10.3.0 and Open MPI 4.1.0
9595

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

apps/gromacs/performance/submit-gromacs-testA.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ export I_MPI_OFI_PROVIDER=efa
1515
export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK
1616

1717
module purge
18-
module load compiler/intel/2021.3.0 mpi/intel/2021.3.0 gromacs/v2021.4-intel-2021.3.0
18+
module load compiler/intel/2022.1.2 mpi/intel/2022.1.2 gromacs/v2021.4-intel-2022.1.2
1919

2020
cd Gromacs-TestCaseA
2121
mpirun gmx_mpi mdrun -ntomp $OMP_NUM_THREADS -s benchPEP.tpr -resethway
22-

apps/gromacs/performance/submit-gromacs-testB.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export I_MPI_OFI_PROVIDER=efa
1515
export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK
1616

1717
module purge
18-
module load compiler/intel/2021.3.0 mpi/intel/2021.3.0 gromacs/v2021.4-intel-2021.3.0
18+
module load compiler/intel/2022.1.2 mpi/intel/2022.1.2 gromacs/v2021.4-intel-2022.1.2
1919

2020
cd Gromacs-TestCaseB
2121
mpirun gmx_mpi mdrun -ntomp $OMP_NUM_THREADS -s benchRIB.tpr -resethway

apps/lammps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export AWS_REGION=`curl --silent http://169.254.169.254/latest/meta-data/placeme
9393
The sample relies on packer to build an AWS Machine Image (AMI) containing an installation of LAMMPS.
9494
It is compiled and optimized for Intel Xeon Scalable Processor using the following compiler and MPI combination:
9595

96-
- Intel oneAPI compiler and Intel oneAPI MPI 2021.3.0
96+
- Intel oneAPI compiler and Intel oneAPI MPI 2022.1.2
9797
- GNU 10.3.0 and Open MPI 4.1.0
9898

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

apps/lammps/performance/slurm-c5n-intel-lj.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export I_MPI_OFI_LIBRARY_INTERNAL=0
1212
export I_MPI_OFI_PROVIDER=efa
1313

1414
module purge
15-
module load compiler/intel/2021.3.0 mpi/intel/2021.3.0 lammps/stable_29Oct2020-intel-2021.3.0
15+
module load compiler/intel/2022.1.2 mpi/intel/2022.1.2 lammps/stable_29Oct2020-intel-2022.1.2
1616

1717

1818
WORK_DIR="/fsx/performance/$SLURM_JOB_NAME_$SLURM_JOB_ID"

apps/mpas/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export AWS_REGION=`curl --silent http://169.254.169.254/latest/meta-data/placeme
8080
The sample relies on packer to build an AWS Machine Image (AMI) containing an installation of MPAS.
8181
It is compiled and optimized for Intel Xeon Scalable Processor using the following compiler and MPI combination:
8282

83-
- Intel oneAPI compiler and Intel oneAPI MPI 2021.3.0
83+
- Intel oneAPI compiler and Intel oneAPI MPI 2022.1.2
8484
- GNU 10.3.0 and Open MPI 4.1.0
8585

8686
The packer scripts are located in the amis folder and are organized by Operating System (OS) such as `\[OS\]-pc-mpas`.
@@ -176,7 +176,7 @@ export I_MPI_OFI_PROVIDER=efa
176176
177177
module purge
178178
module load metis/5.1.0-gcc-10.3.0
179-
module load mpas-omp/7.1-intel-2021.3.0
179+
module load mpas-omp/7.1-intel-2022.1.2
180180
181181
#Create mesh decomposition for the specified MPI ranks
182182
gpmetis -minconn -contig -niter=200 supercell.graph.info \${SLURM_NPROCS}

apps/wrf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export AWS_REGION=`curl --silent http://169.254.169.254/latest/meta-data/placeme
8585
The sample relies on packer to build an AWS Machine Image (AMI) containing an installation of WRF.
8686
It is compiled and optimized for Intel Xeon Scalable Processor using the following compiler and MPI combination:
8787

88-
- Intel oneAPI compiler and Intel oneAPI MPI 2021.3.0
88+
- Intel oneAPI compiler and Intel oneAPI MPI 2022.1.2
8989
- GNU 10.3.0 and Open MPI 4.1.0
9090

9191
The packer scripts are located in the amis folder and are organized by Operating System (OS) such as `\[OS\]-pc-wrf`.
@@ -209,7 +209,7 @@ export I_MPI_OFI_LIBRARY_INTERNAL=0
209209
export I_MPI_OFI_PROVIDER=efa
210210
211211
module purge
212-
module load wrf-omp/4.2.2-intel-2021.3.0
212+
module load wrf-omp/4.2.2-intel-2022.1.2
213213
214214
mpirun wrf.exe
215215
EOF

scripts/install/gromacs_install.sh

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

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

5960
yum install -y \
6061
environment-modules \

scripts/install/hdf5_install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ HDF5_URL="https://bitbucket.hdfgroup.org/scm/hdffv/hdf5.git"
2525
ZLIB_VERSION="1.2.11"
2626
ZLIB_PATH="/opt/zlib/${ZLIB_VERSION}"
2727

28-
ENVIRONMENT="intel/2021.3.0;intel/2021.3.0 gcc/10.3.0;openmpi/4.1.0"
29-
28+
ENVIRONMENT="intel/2022.1.2;intel/2022.1.2 gcc/10.3.0;openmpi/4.1.0"
3029

3130
yum install -y \
3231
environment-modules \

scripts/install/intel_oneapi_compiler_mpi_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -e
1919

2020
MODULES_PATH="/usr/share/Modules/modulefiles"
2121

22-
INTEL_VERSION="2021.3.0"
22+
INTEL_VERSION="2022.1.2"
2323

2424
INTEL_PATH="/opt/intel/oneapi"
2525

0 commit comments

Comments
 (0)