Skip to content

Commit

Permalink
seems adios2 is a problem when hdf5 modules is used
Browse files Browse the repository at this point in the history
  • Loading branch information
PDoakORNL committed Nov 6, 2024
1 parent a2d628d commit b82cd87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-aux/frontier_rocm6_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

cmake -DDCA_WITH_CUDA=off -DDCA_WITH_HIP=ON \
-DDCA_WITH_ADIOS2=ON \
-DDCA_WITH_ADIOS2=OFF \
-DCMAKE_BUILD_TYPE=Release \
-DFFTW_ROOT=$FFTW_PATH \
-DDCA_FIX_BROKEN_MPICH=ON \
Expand Down
3 changes: 1 addition & 2 deletions build-aux/frontier_rocm6_load_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module load amd-mixed/6.0.0
module load libfabric/1.15.2.0
module load ninja
module load cmake
module load adios2
module load hdf5
#spack load cmake%[email protected]
#spack load ninja%[email protected]
#spack load magma@master amdgpu_target=gfx90a
Expand All @@ -24,7 +24,6 @@ export CC=mpicc
export CXX=mpicxx

export OPENBLAS_ROOT=/lustre/orion/cph102/proj-shared/epd/spack/opt/spack/linux-sles15-zen3/gcc-11.2.0/openblas-0.3.25-scaywvuh5zsm5u7smg54plj2oyf7nekv
export HDF5_ROOT=/lustre/orion/cph102/proj-shared/epd/spack/opt/spack/linux-sles15-zen3/rocmcc-6.0.0/hdf5-1.12.1-ajskwiaabdvgc36ozb6hzqnrwu2becha
export MAGMA_ROOT=/lustre/orion/cph102/proj-shared/epd/spack/opt/spack/linux-sles15-zen3/rocmcc-6.0.0/magma-master-rizw3ajkhfcq5cjutoykgkkv5hexftoz
export FFTW_PATH=/lustre/orion/cph102/proj-shared/epd/spack/opt/spack/linux-sles15-zen3/rocmcc-6.0.0/fftw-3.3.10-2mykijticsr5rfbyunax4zrwhhzcb7qm
#export LD_PRELOAD=/opt/cray/pe/lib64/cce/libtcmalloc_minimal.so.1
2 changes: 1 addition & 1 deletion cmake/dca_external_libs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ list(APPEND DCA_EXTERNAL_LIBS ${BLAS_LIBRARIES})
# HDF5

if (NOT HDF5_LIBRARIES)
set(HDF5_NO_FIND_PACKAGE_CONFIG_FILE false)
set(HDF5_NO_FIND_PACKAGE_CONFIG_FILE true)
set(HDF5_PREFER_PARALLEL false)
find_package(HDF5 REQUIRED COMPONENTS C CXX)
message("HDF5: ${HDF5_FOUND} ${HDF5_LIBRARIES}")
Expand Down

0 comments on commit b82cd87

Please sign in to comment.