From 511ab48f4b3b95e793f5061c77c55e99d6e9bff8 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Thu, 29 Nov 2018 01:18:29 +0100 Subject: [PATCH] Fixing detection of PETSC --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2e8576d78..665ced38a 100755 --- a/build.sh +++ b/build.sh @@ -14,7 +14,7 @@ echo "make target: $target" echo "compilation type: $comp_type" echo "Branch name: $branch" -ls $HOME/openfpm_dependencies/openfpm_pdata/$branch/EIGEN +ls $HOME/openfpm_dependencies/openfpm_pdata/$branch/SUITESPARSE if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then #we retest PETSC installation -- GitLab