Skip to content

Commit

Permalink
update pgi compiler optimization to address reproducibility problems
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed Sep 20, 2018
1 parent 52b1feb commit 9a08fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configuration/scripts/machines/Macros.conrad_pgi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FFLAGS_NOOPT:= -O0
ifeq ($(ICE_BLDDEBUG), true)
FFLAGS += -O0 -g -Mbounds -Mchkptr
else
FFLAGS += -O2
FFLAGS += -O -g
endif

ifeq ($(ICE_COMMDIR), mpi)
Expand Down
2 changes: 1 addition & 1 deletion configuration/scripts/machines/Macros.gordon_pgi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FFLAGS_NOOPT:= -O0
ifeq ($(ICE_BLDDEBUG), true)
FFLAGS += -O0 -g -Mbounds -Mchkptr
else
FFLAGS += -O2
FFLAGS += -O -g
endif

ifeq ($(ICE_COMMDIR), mpi)
Expand Down

0 comments on commit 9a08fd8

Please sign in to comment.