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
Branches
Tags
1 merge request!4Jean Wurtz 30/04/2025 : Bugfixes mainly for TEB and for simple precision
...@@ -22,6 +22,11 @@ OPT_I8 = -fdefault-integer-8 ...@@ -22,6 +22,11 @@ OPT_I8 = -fdefault-integer-8
OPT_R8 = -fdefault-real-8 -fdefault-double-8 OPT_R8 = -fdefault-real-8 -fdefault-double-8
OPT_OPENACC = -fopenacc 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 # Real/Integer 4/8 option
# #
...@@ -115,6 +120,11 @@ CNAME_GRIBEX=_gfortran ...@@ -115,6 +120,11 @@ CNAME_GRIBEX=_gfortran
HDF_CONF= CFLAGS=-std=c99 HDF_CONF= CFLAGS=-std=c99
HDF_OPT ?= -fPIC HDF_OPT ?= -fPIC
NETCDF_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 ## LIBTOOLS flags
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment