Skip to content

Commit

Permalink
fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 committed Jul 14, 2023
1 parent cb45580 commit c8ba20f
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions Tools/machines/adastra-cines/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,8 @@ rm -rf $HOME/src/lapackpp-adastra-gpu-build
# c-blosc (I/O compression, for OpenPMD)
if [ -d $HOME/src/c-blosc ]
then
cd $HOME/src/c-blosc
git fetch
git checkout v1.21.1
git pull
cd -
# git repository is already there
:
else
git clone -b v1.21.1 https://github.com/Blosc/c-blosc.git $HOME/src/c-blosc
fi
Expand All @@ -84,11 +81,8 @@ rm -rf $HOME/src/c-blosc-ad-build
# ADIOS2 v. 2.8.3 (for OpenPMD)
if [ -d $HOME/src/adios2 ]
then
cd $HOME/src/adios2
git fetch
git checkout v2.8.3
git pull
cd -
# git repository is already there
:
else
git clone -b v2.8.3 https://github.com/ornladios/ADIOS2.git $HOME/src/adios2
fi
Expand Down

0 comments on commit c8ba20f

Please sign in to comment.