Skip to content

Commit

Permalink
Merge pull request CICE-Consortium#187 from apcraig/pgiopt
Browse files Browse the repository at this point in the history
update pgi compiler optimization to address reproducibility problems
  • Loading branch information
eclare108213 authored Sep 20, 2018
2 parents 52b1feb + 9a08fd8 commit 3b78bd0
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 3b78bd0

Please sign in to comment.