summarylogtreecommitdiffstats
path: root/cuda.psmp
diff options
context:
space:
mode:
Diffstat (limited to 'cuda.psmp')
-rw-r--r--cuda.psmp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cuda.psmp b/cuda.psmp
index 8746c384c1c2..4491c74537b3 100644
--- a/cuda.psmp
+++ b/cuda.psmp
@@ -12,7 +12,9 @@ AR = ar -r
DFLAGS = -D__FFTW3 \
-D__LIBINT -D__LIBINT_MAX_AM=6 -D__LIBDERIV_MAX_AM1=5 -D__MAX_CONTR=4 \
-D__parallel -D__SCALAPACK \
+ -D__LIBXSMM \
-D__LIBXC \
+ -D__SPGLIB \
-D__ACC -D__DBCSR_ACC -D__PW_CUDA
#
INCS = -I/usr/include \
@@ -41,9 +43,11 @@ NVFLAGS = $(DFLAGS) -O3 -Xcompiler="-fopenmp"
LDFLAGS = $(FCFLAGS)
#
LIBS = -L/opt/cuda/lib64 -lcudart -lcublas -lcufft -lrt -lnvrtc \
+ -lxsmmf -lxsmm \
-lscalapack -lblas -llapack \
-lfftw3 -lfftw3_threads \
/usr/lib/libderiv.a \
/usr/lib/libint.a \
-lxcf03 -lxc \
+ -lsymspg \
-lstdc++ -lpthread -lm -ldl -lz