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
5e31d442
Commit
5e31d442
authored
Feb 09, 2021
by
Roy Fabrice
Browse files
compilation flag
parent
341c08b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Make.inc.intel
View file @
5e31d442
FC=h5pfc
FHIDIR =
$(HOME)/Codes/fortran-hdf5-interface
FHIMOD = $(FHIDIR)/
mod
FHIDIR =
/opt/fhi/1.0/hdf5/1.10.4/openmpi/4.0.0/intel/19.0.0/
FHIMOD = $(FHIDIR)/
include
FHILIB = $(FHIDIR)/lib
# Intel release flags
FCFLAGS= -O3 -g -module $(MODDIR) -I$(FHIMOD) -cpp
-DLONGINT
-DNPRE=8 #-DOPTI -convert big_endian
FCFLAGS= -O3 -g -module $(MODDIR) -I$(FHIMOD) -cpp -DNPRE=8 #-DOPTI -convert big_endian
# Intel debug flags
DEBUGFLAGS= -O0 -g -module $(MODDIR) -I$(FHIMOD) -warn all -check all,noarg_temp_created -traceback -cpp
-DLONGINT
-DNPRE=8 #-DOPTI #-convert big_endian
DEBUGFLAGS= -O0 -g -module $(MODDIR) -I$(FHIMOD) -warn all -check all,noarg_temp_created -traceback -cpp -DNPRE=8 #-DOPTI #-convert big_endian
LDFLAGS=-g -L$(FHILIB) -lfortran-hdf5-interface-mpi
...
...
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