From 827bb6a5d134546b26207b736cce5e4a55c0a20d Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Fri, 24 Sep 2021 12:10:22 +0200 Subject: [PATCH] Reinstalling Openmpi --- build.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index c8f7bc40f..5ba3bc7af 100755 --- a/build.sh +++ b/build.sh @@ -41,11 +41,8 @@ if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de" ]; then export PATH="/usr/local/bin:$PATH" rm -rf /Users/admin/openfpm_dependencies/openfpm_pdata/$branch/ # rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/PETSC - ./install_CMAKE_on_CI.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ - export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/CMAKE/bin:$PATH" - cd openfpm_vcluster - git stash - cd .. + #./install_CMAKE_on_CI.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ +# export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/CMAKE/bin:$PATH" fi if [ x"$hostname" == x"falcon1" ]; then -- GitLab