From bdcc2e0b9619ec6fadef49495d52841db368eec0 Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Sun, 3 Apr 2022 13:44:27 +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 5a825954d..600fab58b 100755 --- a/build.sh +++ b/build.sh @@ -36,7 +36,6 @@ if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then ./install_MPI_mpich.sh $(pwd)/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 @@ -66,7 +65,9 @@ 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=openfpm_dependencies/$branch + dependency_dir=$(pwd)/openfpm_dependencies/$branch +elif [ x"$hostname" == x"cifarm-ubuntu-node" ]; then + dependency_dir=$(pwd)/openfpm_dependencies/$branch else dependency_dir=$HOME/openfpm_dependencies/openfpm_pdata/$branch mkdir $HOME/openfpm_dependencies/openfpm_pdata/$branch -- GitLab