Skip to content

Commit 01ffcc4

Browse files
committed
mpich 4.3.2
1 parent ab9c331 commit 01ffcc4

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
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
mpiname=${MPINAME:-mpich}
55
case "$mpiname" in
6-
mpich) version=4.3.1 ;;
6+
mpich) version=4.3.2 ;;
77
openmpi) version=5.0.8 ;;
88
esac
99
version=${VERSION:-$version}

0 commit comments

Comments
 (0)