Skip to content

Commit 9a9924a

Browse files
committed
openmpi 5.0.7
1 parent c8cc3e1 commit 9a9924a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
mpiname=${MPINAME:-mpich}
55
case "$mpiname" in
66
mpich) version=4.3.0 ;;
7-
openmpi) version=5.0.6 ;;
7+
openmpi) version=5.0.7 ;;
88
esac
99
version=${VERSION:-$version}
1010

0 commit comments

Comments
 (0)