Skip to content
Snippets Groups Projects
Commit 67f63406 authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 21/07/2020:Rules.LXgfortran.mk , add rules for compiling VER_USER=ZSOLVER

parent 38e4847d
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,11 @@ OPT_I8 = -fdefault-integer-8
OPT_R8 = -fdefault-real-8 -fdefault-double-8
OPT_OPENACC = -fopenacc
#
ifeq "$(VER_USER)" "ZSOLVER"
CPPFLAGS += -DCARTESIANGEOMETRY -DPIECEWISELINEAR
# -DOVERLAPCOMMS
PROG_LIST += MG_MAIN MG_MAIN_MNH_ALL
endif
#
# Real/Integer 4/8 option
#
......@@ -115,6 +120,11 @@ CNAME_GRIBEX=_gfortran
HDF_CONF= CFLAGS=-std=c99
HDF_OPT ?= -fPIC
NETCDF_OPT ?= -fPIC
#if MNH_BITREP exists => compile with the BITREP library
ifeq "$(MNH_BITREP)" "YES"
CPPFLAGS_MNH += -DMNH_BITREP
endif
#
## LIBTOOLS flags
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment