Skip to content

Commit c32ac33

Browse files
committed
openmpi 5.0.8
1 parent 6e3cb66 commit c32ac33

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.7 ;;
7+
openmpi) version=5.0.8 ;;
88
esac
99
version=${VERSION:-$version}
1010
release=${RELEASE:-}

0 commit comments

Comments
 (0)