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 bb8bc98 commit cc08c0eCopy full SHA for cc08c0e
bootstrap.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
mpiname=${MPINAME:-mpich}
5
case "$mpiname" in
6
mpich) version=4.3.2 ;;
7
- openmpi) version=5.0.8 ;;
+ openmpi) version=5.0.9 ;;
8
esac
9
version=${VERSION:-$version}
10
release=${RELEASE:-}
0 commit comments