summarylogtreecommitdiffstats
path: root/plumed.psmp
diff options
context:
space:
mode:
authora.kudelin2020-11-06 16:26:10 +0300
committera.kudelin2020-11-06 16:26:10 +0300
commita54bc244a459aacb4ba1736906e518645dd22ed9 (patch)
tree0ea1650868c4fc25343862b91f25db790492a28b /plumed.psmp
parent13422489ac6a975b6848bfe9400477e6a5a0f73c (diff)
downloadaur-a54bc244a459aacb4ba1736906e518645dd22ed9.tar.gz
Fixed flags, added CUDA architectures
Diffstat (limited to 'plumed.psmp')
-rw-r--r--plumed.psmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumed.psmp b/plumed.psmp
index 9e8a1ea4bc96..3233d43e8ec8 100644
--- a/plumed.psmp
+++ b/plumed.psmp
@@ -19,7 +19,7 @@ INCS = -I/usr/include \
-I/usr/include/elpa_openmp-$(_elpaver)/elpa \
-I/usr/include/elpa_openmp-$(_elpaver)/modules
-OPTFLAGS = -O2 -march=native -fopenmp
+OPTFLAGS = -O3 -march=native -fopenmp
CFLAGS = $(DFLAGS) $(INCS) $(OPTFLAGS)
CXXFLAGS = $(DFLAGS) $(INCS) $(OPTFLAGS) -std=c++11