Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
c11721e5
Commit
c11721e5
authored
Sep 23, 2019
by
gsell
Browse files
cp2k: set default DATA_DIR to /data
parent
40dfb7f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
MPI/cp2k/files/Merlin-intel.popt
MPI/cp2k/files/Merlin-intel.popt
+3
-1
No files found.
MPI/cp2k/files/Merlin-intel.popt
View file @
c11721e5
...
...
@@ -14,6 +14,8 @@ LIBXC_LIB = ${LIBXC_LIBRARY_DIR}
LIBXSMM_INC = ${LIBXSMM_INCLUDE_DIR}
LIBXSMM_LIB = ${LIBXSMM_LIBRARY_DIR}
DATA_DIR = ${PREFIX}/data
CPP =
CC = mpiicc
FC = mpiifort
...
...
@@ -21,7 +23,7 @@ LD = mpiifort
AR = ar -r
DFLAGS = -D__ELPA -D__FFTW3 -D__LIBINT -D__LIBXC -D__LIBXSMM \
-D__MKL -D__MPI_VERSION=3 -D__MAX_CONTR=4 \
-D__parallel -D__SCALAPACK
-D__CHECK_DIAG
-D__parallel -D__SCALAPACK
CFLAGS = $(DFLAGS) -O2 -xHost -I${LIBXC_INC}
FCFLAGS = $(CFLAGS)
FCFLAGS += -fpp -fp-model precise -free -funroll-loops
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment