Skip to content

Commit 76197a9

Browse files
authored
Merge pull request #81 from mhuguesaws/bugfix/openmpi_4.1.4
Fix open mpi version to 4.1.4
2 parents 1fee447 + 5ac24df commit 76197a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install/openmpi_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-
OPEN_MPI_VERSIONS="4.1.0"
22+
OPEN_MPI_VERSIONS="4.1.4"
2323
EFA_PATH="/opt/amazon/efa"
2424

2525
COMPILERS="gcc/10.3.0"

0 commit comments

Comments
 (0)