summarylogtreecommitdiffstats
path: root/cuda.psmp
diff options
context:
space:
mode:
authora.kudelin2020-12-31 20:55:49 +0300
committera.kudelin2020-12-31 20:55:49 +0300
commitd5db4d144ce27b2ab0cae8bb4487516949a67cd8 (patch)
tree6dd9bab4e2fb0519d997bd0e2bf5c5cbd46559d7 /cuda.psmp
parenta54bc244a459aacb4ba1736906e518645dd22ed9 (diff)
downloadaur-d5db4d144ce27b2ab0cae8bb4487516949a67cd8.tar.gz
Updated to 8.1.0
Diffstat (limited to 'cuda.psmp')
-rw-r--r--cuda.psmp10
1 files changed, 4 insertions, 6 deletions
diff --git a/cuda.psmp b/cuda.psmp
index 229fd2d0a490..efb26aa06cdf 100644
--- a/cuda.psmp
+++ b/cuda.psmp
@@ -30,9 +30,7 @@ CXXFLAGS = $(DFLAGS) $(INCS) $(OPTFLAGS) -std=c++11
CPPFLAGS =
FCFLAGS = $(DFLAGS) $(INCS) $(OPTFLAGS) \
-ffree-form -ffree-line-length-none \
- -fallow-argument-mismatch \
- -fno-tree-loop-vectorize
-
+ -fallow-argument-mismatch
NVFLAGS = $(DFLAGS) -O3 -Xcompiler="-fopenmp" \
-gencode arch=compute_35,code=sm_35 \
-gencode arch=compute_37,code=sm_37 \
@@ -43,14 +41,14 @@ NVFLAGS = $(DFLAGS) -O3 -Xcompiler="-fopenmp" \
-gencode arch=compute_70,code=sm_70 \
-gencode arch=compute_75,code=sm_75 \
-gencode arch=compute_80,code=sm_80 \
- -gencode arch=compute_86,code=sm_86
-
+ -gencode arch=compute_86,code=sm_86 \
+ -Wno-deprecated-gpu-targets
LDFLAGS = $(FCFLAGS)
LIBS = -L/opt/cuda/lib64 -lcudart -lcuda \
-lcublas -lcufft -lrt -lnvrtc \
-lxsmmf -lxsmm \
- -lelpa_openmp -lscalapack -lblas -llapack \
+ -lelpa_openmp -lcosma -lscalapack -lblas -llapack \
-lfftw3 -lfftw3_threads \
/usr/lib/libint2.a \
-lxcf03 -lxc \