Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pFoF
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roy Fabrice
pFoF
Commits
d2d5c345
Commit
d2d5c345
authored
4 years ago
by
Roy Fabrice
Browse files
Options
Downloads
Patches
Plain Diff
new FHI install dir
parent
6035ae2f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Make.inc.gnu
+5
-5
5 additions, 5 deletions
Make.inc.gnu
with
5 additions
and
5 deletions
Make.inc.gnu
+
5
−
5
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment