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

Juan 22/09/2022:Rules.LXgfortran.mk, missing -DMNH_EXPAND for "!$mnh_do_concurrent" expension

parent 7d257fdd
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ LDFLAGS = $(OPT)
# preprocessing flags
#
#CPP = cpp -P -traditional -Wcomment
CPP = mnh_expand -imacros MNH_OPENACC_NV_CR.CPP
CPP = mnh_expand
#
CPPFLAGS_C += -DLITTLE_endian
CPPFLAGS_SURFEX =
......@@ -107,6 +107,7 @@ CPPFLAGS_RAD =
CPPFLAGS_NEWLFI = -DSWAPIO -DLINUX -DLFI_INT=${LFI_INT}
CPPFLAGS_MNH = -DMNH -DSFX_MNH
CPPFLAGS_MNH += -imacros MNH_OPENACC_NV_CR.CPP
CPPFLAGS_MNH += -DMNH_EXPAND
ifdef VER_GA
CPPFLAGS_SURCOUCHE += -DMNH_GA
INC += -I${GA_ROOT}/include
......
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