Skip to content

Commit

Permalink
Fix -init compiler argument syntax (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-blain authored and apcraig committed Apr 30, 2019
1 parent edd2841 commit f5da487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/scripts/machines/Macros.cesium_intel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FFLAGS := -fp-model source -convert big_endian -assume byterecl -ftz -traceb
FFLAGS_NOOPT:= -O0

ifeq ($(ICE_BLDDEBUG), true)
FFLAGS += -O0 -g -check -fpe0 -ftrapuv -fp-model except -check noarg_temp_created -init snans -init arrays
FFLAGS += -O0 -g -check -fpe0 -ftrapuv -fp-model except -check noarg_temp_created -init=snan,arrays
# -heap-arrays 1024
else
FFLAGS += -O2
Expand Down

0 comments on commit f5da487

Please sign in to comment.