Skip to content

Commit c8cc3e1

Browse files
committed
mpich 4.3.0
1 parent 594ff39 commit c8cc3e1

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.2.3 ;;
6+
mpich) version=4.3.0 ;;
77
openmpi) version=5.0.6 ;;
88
esac
99
version=${VERSION:-$version}

0 commit comments

Comments
 (0)