summarylogtreecommitdiffstats
path: root/cuda_plumed.psmp
diff options
context:
space:
mode:
Diffstat (limited to 'cuda_plumed.psmp')
-rw-r--r--cuda_plumed.psmp66
1 files changed, 33 insertions, 33 deletions
diff --git a/cuda_plumed.psmp b/cuda_plumed.psmp
index b87d769be524..96b3174d250c 100644
--- a/cuda_plumed.psmp
+++ b/cuda_plumed.psmp
@@ -3,55 +3,55 @@ CXX = g++
CPP =
FC = mpifort
LD = mpifort
-NVCC = nvcc
#
+NVCC = nvcc
GPUVER = K20X
#
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 \
+DFLAGS = -D__FFTW3 \
+ -D__LIBINT \
+ -D__parallel -D__SCALAPACK \
+ -D__ELPA \
+ -D__LIBXSMM \
+ -D__LIBXC \
+ -D__SPGLIB \
+ -D__ACC -D__DBCSR_ACC -D__PW_CUDA \
-D__PLUMED2
#
-INCS = -I/usr/include \
+INCS = -I/usr/include \
+ -I/usr/include/elpa_openmp-$(_elpaver)/elpa \
+ -I/usr/include/elpa_openmp-$(_elpaver)/modules \
-I/opt/cuda/include
#
-OPTFLAGS = -O3 -march=native -fopenmp
+OPTFLAGS = -O3 -march=native -fopenmp -ftree-vectorize
#
CFLAGS = $(DFLAGS) $(INCS) $(OPTFLAGS)
CXXFLAGS = $(DFLAGS) $(INCS) $(OPTFLAGS) -std=c++11
CPPFLAGS =
-FCFLAGS = $(DFLAGS) $(INCS) $(OPTFLAGS) -ffree-form -ffree-line-length-none
-NVFLAGS = $(DFLAGS) -O3 -Xcompiler="-fopenmp" \
- -gencode arch=compute_30,code=sm_30 \
- -gencode arch=compute_32,code=sm_32 \
- -gencode arch=compute_35,code=sm_35 \
- -gencode arch=compute_50,code=sm_50 \
- -gencode arch=compute_52,code=sm_52 \
- -gencode arch=compute_53,code=sm_53 \
- -gencode arch=compute_60,code=sm_60 \
- -gencode arch=compute_61,code=sm_61 \
- -gencode arch=compute_62,code=sm_62 \
- -gencode arch=compute_70,code=sm_70 \
- -gencode arch=compute_72,code=sm_72 \
+FCFLAGS = $(DFLAGS) $(INCS) $(OPTFLAGS) \
+ -ffree-form -ffree-line-length-none
+NVFLAGS = $(DFLAGS) -O3 -Xcompiler="-fopenmp" \
+ -gencode arch=compute_30,code=sm_30 \
+ -gencode arch=compute_35,code=sm_35 \
+ -gencode arch=compute_37,code=sm_37 \
+ -gencode arch=compute_50,code=sm_50 \
+ -gencode arch=compute_60,code=sm_60 \
+ -gencode arch=compute_61,code=sm_61 \
+ -gencode arch=compute_70,code=sm_70 \
-gencode arch=compute_75,code=sm_75
#
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 \
- -lplumed \
+LIBS = -L/opt/cuda/lib64 -lcudart -lcuda \
+ -lcublas -lcufft -lrt -lnvrtc \
+ -lxsmmf -lxsmm \
+ -lelpa_openmp -lscalapack -lblas -llapack \
+ -lfftw3 -lfftw3_threads \
+ /usr/lib/libint2.a \
+ -lxcf03 -lxc \
+ -lsymspg \
+ -l$(_plumed) \
-lstdc++ -lpthread -lm -ldl -lz
#
-include /usr/lib/plumed/src/lib/Plumed.inc
+include /usr/lib/$(_plumed)/src/lib/Plumed.inc