Skip to content

Commit cbf8c81

Browse files
committed
Minor Commenting Clean
1 parent 1299fa1 commit cbf8c81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

standalone/templates/ncar-nvhpc.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ FC_AUTO_R8 = -r8
3434
FFLAGS = $(FC_AUTO_R8) -Mnofma -i4 -gopt -time -Mextend -byteswapio -Mflushz -Kieee
3535

3636
# Flags based on perforance target (production (OPT), reproduction (REPRO), or debug (DEBUG)
37-
FFLAGS_REPRO = -O2 -tp=zen3 # CESM doesn't include the 0, but it looks like we need it. Not quite sure what happens on just -O, but even O2 causes runtime errors
38-
FFLAGS_DEBUG = -O0 -g # -Mbounds fails compilation! -KTrap=fp fails run! seems like there is a floating point exception in netcdf_io_mod file, which means i'm missing some coompiler flag
37+
FFLAGS_REPRO = -O2 -tp=zen3
38+
FFLAGS_DEBUG = -O0 -g # -Mbounds fails compilation and -KTrap=fp fails run! seems like there is a floating point exception in netcdf_io_mod
3939
# Macro for C preprocessor
4040
CPPFLAGS := $(INCLUDES)
4141

0 commit comments

Comments
 (0)