We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3cb66 commit c32ac33Copy full SHA for c32ac33
bootstrap.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
mpiname=${MPINAME:-mpich}
5
case "$mpiname" in
6
mpich) version=4.3.0 ;;
7
- openmpi) version=5.0.7 ;;
+ openmpi) version=5.0.8 ;;
8
esac
9
version=${VERSION:-$version}
10
release=${RELEASE:-}
0 commit comments