From 0c6e2635af927e9340c86ac6d121a734f90b393b Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 14 Jul 2020 08:18:33 -0400 Subject: [PATCH] add -link_mpi=dbg to debug flags (#8) --- configuration/scripts/machines/Macros.cheyenne_intel | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration/scripts/machines/Macros.cheyenne_intel b/configuration/scripts/machines/Macros.cheyenne_intel index b1726558d..9c8534778 100644 --- a/configuration/scripts/machines/Macros.cheyenne_intel +++ b/configuration/scripts/machines/Macros.cheyenne_intel @@ -12,9 +12,13 @@ FFLAGS := -fp-model precise -convert big_endian -assume byterecl -ftz -trace FFLAGS_NOOPT:= -O0 ifeq ($(ICE_BLDDEBUG), true) +<<<<<<< HEAD # FFLAGS += -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg FFLAGS += -O0 -g -check all -fpe0 -ftrapuv -fp-model except -check noarg_temp_created -link_mpi=dbg -stand f08 # FFLAGS += -O0 -g -check all -fpe0 -ftrapuv -fp-model except -check noarg_temp_created -init=snan,arrays -link_mpi=dbg +======= + FFLAGS += -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg +>>>>>>> 916c6af3 (add -link_mpi=dbg to debug flags (#8)) else FFLAGS += -O2 endif