Skip to content

Commit

Permalink
ADIOS2: w/ SST
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Jul 28, 2023
1 parent 31c9ae3 commit a474a61
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions library_builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,6 @@ function build_adios2 {
tar -xzf adios2*.tar.gz
rm adios2*.tar.gz

# DILL macOS arm64 or universal2 binary
# https://github.com/ornladios/ADIOS2/issues/3116
# needs rebase (or use ADIOS2-2.8.0)
#curl -sLo dill-universal.patch \
# https://patch-diff.githubusercontent.com/raw/ornladios/ADIOS2/pull/3118.patch
#python3 -m patch -p 1 -d ADIOS2-2.7.1 dill-universal.patch
ADIOS2_USE_SST=ON
if [[ "${CMAKE_OSX_ARCHITECTURES-}" == "arm64" ]]; then
ADIOS2_USE_SST=OFF
fi

# ZPL issues on non-Linux platforms
if [ "$(uname -s)" = "Linux" ]
then
Expand Down Expand Up @@ -149,7 +138,7 @@ function build_adios2 {
-DADIOS2_USE_MHS=OFF \
-DADIOS2_USE_MPI=OFF \
-DADIOS2_USE_PNG=OFF \
-DADIOS2_USE_SST=${ADIOS2_USE_SST} \
-DADIOS2_USE_SST=ON \
-DADIOS2_USE_ZFP=ON \
-DADIOS2_RUN_INSTALL_TEST=OFF \
-DEVPATH_USE_ZPL_ENET=${EVPATH_ZPL} \
Expand Down

0 comments on commit a474a61

Please sign in to comment.