Skip to content

Commit

Permalink
Doc: Great Lakes ADIOS2 Update
Browse files Browse the repository at this point in the history
Update the ADIOS2 v2.10.0 installation, do not create campaign
directories (we do not use them yet).
  • Loading branch information
ax3l committed Apr 29, 2024
1 parent a294ff2 commit 7119a28
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Tools/machines/greatlakes-umich/install_v100_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,15 @@ else
git clone -b v2.10.0 https://github.com/ornladios/ADIOS2.git $HOME/src/adios2
fi
rm -rf $HOME/src/adios2-v100-build
cmake -S $HOME/src/adios2 -B ${build_dir}/adios2-v100-build -DADIOS2_USE_Blosc2=ON -DADIOS2_USE_Fortran=OFF -DADIOS2_USE_Python=OFF -DADIOS2_USE_ZeroMQ=OFF -DCMAKE_INSTALL_PREFIX=${SW_DIR}/adios2-2.10.0
cmake \
-S $HOME/src/adios2 \
-B ${build_dir}/adios2-v100-build \
-DADIOS2_USE_Blosc2=ON \
-DADIOS2_USE_Campaign=OFF \
-DADIOS2_USE_Fortran=OFF \
-DADIOS2_USE_Python=OFF \
-DADIOS2_USE_ZeroMQ=OFF \
-DCMAKE_INSTALL_PREFIX=${SW_DIR}/adios2-2.10.0
cmake --build ${build_dir}/adios2-v100-build --target install -j 8
rm -rf ${build_dir}/adios2-v100-build

Expand Down

0 comments on commit 7119a28

Please sign in to comment.