summarylogtreecommitdiffstats
path: root/basic.psmp
diff options
context:
space:
mode:
authorAnton Kudelin2021-07-17 00:27:09 +0300
committerAnton Kudelin2021-07-17 00:27:09 +0300
commit4d59a2b6e2fcd2369583cf6ad67e87a1729611ba (patch)
tree368b2fb66021ec233a2fbfe5253f5adf6047b85a /basic.psmp
parent64d9e19715165c41cf5bb97f3b8fdaf1fdd4eae5 (diff)
downloadaur-cp2k.tar.gz
updpkg: 8.2.0
Diffstat (limited to 'basic.psmp')
-rw-r--r--basic.psmp62
1 files changed, 31 insertions, 31 deletions
diff --git a/basic.psmp b/basic.psmp
index 085953a66320..d603e5cb41aa 100644
--- a/basic.psmp
+++ b/basic.psmp
@@ -1,37 +1,37 @@
-CC = gcc
-CXX = g++
-CPP =
-FC = mpifort
-LD = mpifort
+CC = gcc
+CXX = g++
+CPP =
+FC = mpifort
+LD = mpifort
-AR = ar -r
+AR = ar -r
-DFLAGS = -D__FFTW3 \
- -D__LIBINT \
- -D__parallel -D__SCALAPACK \
- -D__ELPA \
- -D__LIBXSMM \
- -D__LIBXC \
- -D__SPGLIB
+DFLAGS = -D__FFTW3 \
+ -D__LIBINT \
+ -D__parallel -D__ELPA -D__COSMA -D__SCALAPACK \
+ -D__LIBXSMM \
+ -D__LIBXC \
+ -D__SPGLIB
-INCS = -I/usr/include \
- -I/usr/include/elpa_openmp-$(_elpaver)/elpa \
- -I/usr/include/elpa_openmp-$(_elpaver)/modules
+INCS = -I/usr/include \
+ -I/usr/include/elpa_openmp-$(_elpaver)/elpa \
+ -I/usr/include/elpa_openmp-$(_elpaver)/modules
-OPTFLAGS = -O3 -march=native -fopenmp
+OPTFLAGS = -O3 -march=native -fopenmp
-CFLAGS = $(DFLAGS) $(INCS) $(OPTFLAGS)
-CXXFLAGS = $(DFLAGS) $(INCS) $(OPTFLAGS) -std=c++11
-CPPFLAGS =
-FCFLAGS = $(DFLAGS) $(INCS) $(OPTFLAGS) \
- -ffree-form -ffree-line-length-none \
- -fallow-argument-mismatch
-LDFLAGS = $(FCFLAGS)
+CFLAGS = $(DFLAGS) $(INCS) $(OPTFLAGS)
+CXXFLAGS = $(DFLAGS) $(INCS) $(OPTFLAGS) -std=c++11
+CPPFLAGS =
+FCFLAGS = $(DFLAGS) $(INCS) $(OPTFLAGS) \
+ -ffree-form -ffree-line-length-none \
+ -fallow-argument-mismatch
+LDFLAGS = $(FCFLAGS)
-LIBS = -lxsmmf -lxsmm \
- -lelpa_openmp -lcosma -lscalapack -lblas -llapack \
- -lfftw3 -lfftw3_threads \
- /usr/lib/libint2.a \
- -lxcf03 -lxc \
- -lsymspg \
- -lstdc++ -lpthread -lm -ldl -lz
+LIBS = -lxsmmf -lxsmm -lelpa_openmp \
+ -lcosma_prefixed_pxgemm -lcosma -lcosta \
+ -lscalapack -lblas -llapack \
+ -lfftw3 -lfftw3_threads \
+ /usr/lib/libint2.a \
+ -lxcf03 -lxc \
+ -lsymspg \
+ -lstdc++ -lpthread -lm -ldl -lz