From b94aa0d867a688558b9c1c9efb3571e8d6066b62 Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Sun, 3 Apr 2022 13:14:45 +0200 Subject: [PATCH] retry compile and run --- build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index df5a48030..742e5a17d 100755 --- a/build.sh +++ b/build.sh @@ -33,9 +33,10 @@ fi if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then # rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/ echo "Ubuntu node" - ./install_MPI_mpich.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ 4 + ./install_MPI_mpich.sh openfpm_dependencies/$branch/ 4 export PATH="/opt/bin:$PATH" foward_options="--with-cuda-on-backend=OpenMP" + dependency_dir=openfpm_dependencies/$branch fi if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de" ]; then @@ -65,7 +66,7 @@ if [ x"$hostname" == x"falcon1" ]; then dependency_dir=/projects/ppm/rundeck/openfpm_dependencies_$branch/ fi elif [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then - dependency_dir=base/$branch + dependency_dir=openfpm_dependencies/$branch else dependency_dir=$HOME/openfpm_dependencies/openfpm_pdata/$branch mkdir $HOME/openfpm_dependencies/openfpm_pdata/$branch -- GitLab