From fba8d435bca2713167b3b4b41ba62ee6df2fe686 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Thu, 16 Jul 2020 21:09:27 +0200
Subject: [PATCH] Fixing installation of MPICH on testing machine

---
 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 5f4ff9446..d346eb6fa 100755
--- a/install_MPI_mpich.sh
+++ b/install_MPI_mpich.sh
@@ -37,5 +37,5 @@ make -j $2
 make install
 
 # Mark the installation
-echo 5 > $1/MPI/version
+echo 6 > $1/MPI/version
 
-- 
GitLab