Commit 5539a993 authored by gbalduzz's avatar gbalduzz
Browse files

Added module file for daint.

parent 8c956625
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,5 +17,5 @@ option(DCA_WITH_CUDA "Enable GPU support." ON)

# For the GPU support we also need MAGMA.
# MAGMA has been installed with EasyBuild.
set(MAGMA_DIR $ENV{EBROOTMAGMA} CACHE PATH
set(MAGMA_DIR $ENV{MAGMAROOT} CACHE PATH
  "Path to the MAGMA installation directory. Hint for CMake to find MAGMA.")
+14 −0
Original line number Diff line number Diff line
#echo "Clearing modules and loading DCA++ modules"
#module purge

module load daint-gpu
module swich PrgEnv-cray PrgEnv-gnu

module load cudatoolkit
module load cray-mpich
module load cray-hdf5
module load cray-fftw
module load papi-wrap

export MAGMAROOT=/project/s299/easybuild/daint/haswell/software/magma/2.5.3-gcc-8.3-cuda-10.2
export PATH=/project/s299/easybuild/daint/haswell/software/cmake/cmake-3.18.2/bin/:${PATH}