Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roy Fabrice
pFoF
Commits
d2d5c345
Commit
d2d5c345
authored
Dec 10, 2020
by
Roy Fabrice
Browse files
new FHI install dir
parent
6035ae2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Make.inc.gnu
View file @
d2d5c345
FC=h5pfc
FHIDIR =
$(HOME)/Codes/fortran-hdf5-interface
FHIMOD = $(FHIDIR)/
mod
FHIDIR =
/opt/fhi/1.0/hdf5/1.12.0/openmpi/4.0.4/gcc/10.2.0/
FHIMOD = $(FHIDIR)/
include
FHILIB = $(FHIDIR)/lib
# Optional precompiler options used in the code:
...
...
@@ -10,12 +10,12 @@ FHILIB = $(FHIDIR)/lib
# -DOPTI: uses new algorithm to distribute halos and particles amongst processes (under development and buggy)
# GNU release flags
FCFLAGS= -O3 -g -
J
$(
MODDIR) -cpp -DLONGINT
-DNPRE=8 #-fconvert=big-endian # -DLONGINT -DOPTI
FCFLAGS= -O3 -g -
I
$(
FHIMOD) -cpp
-DNPRE=8 #-fconvert=big-endian # -DLONGINT -DOPTI
# GNU debug flags
DEBUGFLAGS= -O0 -g -
J
$(MOD
DIR
) -Wall -Wextra -finit-real=zero -finit-integer=0 -std=f2008 -fcheck=all -fbacktrace -fmax-errors=10 -cpp -DDEBUG -ffpe-trap=invalid,zero
-DLONGINT
-DNPRE=8 #-DDEBUGHDF5 #-DLONGINT #-DOPTI -fconvert=big-endian
DEBUGFLAGS= -O0 -g -
I
$(
FHI
MOD) -Wall -Wextra -finit-real=zero -finit-integer=0 -std=f2008 -fcheck=all -fbacktrace -fmax-errors=10 -cpp -DDEBUG -ffpe-trap=invalid,zero -DNPRE=8 #-DDEBUGHDF5 #-DLONGINT #-DOPTI -fconvert=big-endian
LDFLAGS=-g
LDFLAGS=-g
-L$(FHILIB) -lfortran-hdf5-interface-mpi
MKDIR_P=mkdir -p
Write
Preview
Supports
Markdown
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