Commit 4e7b5f74 authored by David M. Rogers's avatar David M. Rogers
Browse files

Minor fixes to spock build.

parent 9f5d16cb
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line

cmake -DDCA_WITH_CUDA=OFF -DDCA_WITH_HIP=ON \
      -DFFTW_INCLUDE_DIR=${OLCF_FFTW_ROOT}/include \
      -DFFTW_LIBRARY=${OLCF_FFTW_ROOT}/lib/libfftw3.a \
      -DDCA_FIX_BROKEN_MPICH=ON \
      -GNinja \
      -DROCM_ROOT=${ROCM_PATH} \
      -DDCA_WITH_TESTS_FAST=ON -DTEST_RUNNER="srun" \
      -DGPU_TARGETS=gfx906 \
      -DGPU_TARGETS=gfx908 \
      -DCMAKE_C_COMPILER=cc \
      -DCMAKE_CXX_COMPILER=CC \
      ..
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

module reset
module load PrgEnv-cray
module load cmake/3.21
module load cmake/3.21 # at least 3.21 is required for ROCM
module load ninja
module load magma/2.6.1
module load fftw
+3 −3
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@
# Usage: source summit_load_modules.sh

module reset
module load gcc/9.3.0
module load cuda/11.4.0
module load gcc/10.2.0
module load cuda/11.1.1 # ldd shows magma is built with this cuda
module load magma/2.6.1
module load hdf5
module load fftw
module load cmake
module load cmake/3.20.2 # at least 3.20 is required
module load netlib-lapack
module load essl