Skip to content

Commit

Permalink
add -link_mpi=dbg to debug flags (NOAA-EMC#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Sep 22, 2023
1 parent 337ad49 commit 0c6e263
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configuration/scripts/machines/Macros.cheyenne_intel
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c6e263

Please sign in to comment.