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 ab9c331 commit 01ffcc4Copy full SHA for 01ffcc4
bootstrap.sh
@@ -3,7 +3,7 @@ set -euo pipefail
3
4
mpiname=${MPINAME:-mpich}
5
case "$mpiname" in
6
- mpich) version=4.3.1 ;;
+ mpich) version=4.3.2 ;;
7
openmpi) version=5.0.8 ;;
8
esac
9
version=${VERSION:-$version}
0 commit comments