From ca429789c2b48212c954e1cced8d386fdb384c68 Mon Sep 17 00:00:00 2001 From: i-bird Date: Wed, 13 Jan 2021 21:53:38 +0100 Subject: [PATCH] Moving MPICH --- install_MPI_mpich.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_MPI_mpich.sh b/install_MPI_mpich.sh index df77413c..ff67c642 100755 --- a/install_MPI_mpich.sh +++ b/install_MPI_mpich.sh @@ -37,5 +37,5 @@ make -j $2 make install # Mark the installation -echo 7 > $1/MPI/version +echo 8 > $1/MPI/version -- GitLab