summarylogtreecommitdiffstats
path: root/cuda.psmp
diff options
context:
space:
mode:
authora.kudelin2019-12-03 12:40:26 +0300
committera.kudelin2019-12-03 12:40:26 +0300
commite78d476dcf2a90448bae410091c34360f783ed7f (patch)
tree73b4263fd5083065a45215322ee8e48e4b369dc7 /cuda.psmp
parentc539f5df122fe8f880a03f1a4426de62d14de3f7 (diff)
downloadaur-e78d476dcf2a90448bae410091c34360f783ed7f.tar.gz
Added LIBXSMM and SPGLIB support
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