Skip to content
Snippets Groups Projects
Commit a6ed653e authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Remove ZLIB

parent 960dcb5f
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,6 @@ echo "compilation type: $comp_type" ...@@ -21,7 +21,6 @@ echo "compilation type: $comp_type"
echo "Branch name: $branch" echo "Branch name: $branch"
echo "GPU compilation: $with_gpu" echo "GPU compilation: $with_gpu"
if [ x"$hostname" == x"cifarm-centos-node" ]; then if [ x"$hostname" == x"cifarm-centos-node" ]; then
echo "Almalinux node" echo "Almalinux node"
foward_options="--with-cuda-on-backend=OpenMP" foward_options="--with-cuda-on-backend=OpenMP"
...@@ -44,10 +43,6 @@ if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de" ]; then ...@@ -44,10 +43,6 @@ if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de" ]; then
foward_options="--with-cuda-on-backend=SEQUENTIAL" foward_options="--with-cuda-on-backend=SEQUENTIAL"
./install_CMAKE_on_CI.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ ./install_CMAKE_on_CI.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/
export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/CMAKE/bin:$PATH" export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/CMAKE/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"
fi fi
if [ x"$hostname" == x"falcon1" ]; then if [ x"$hostname" == x"falcon1" ]; then
...@@ -72,6 +67,8 @@ else ...@@ -72,6 +67,8 @@ else
mkdir $HOME/openfpm_dependencies/openfpm_pdata/$branch mkdir $HOME/openfpm_dependencies/openfpm_pdata/$branch
fi fi
rm -rf dependency_dir/ZLIB
if [ x"$with_gpu" == x"1" ]; then if [ x"$with_gpu" == x"1" ]; then
foward_options="$foward_options --with-cuda-on-backend=CUDA" foward_options="$foward_options --with-cuda-on-backend=CUDA"
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment