Skip to content

Commit

Permalink
Turn off assume minus0
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Aug 8, 2024
1 parent 16e3309 commit 95b2207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref/cmake/compiler_flags_Intel_Fortran.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set( CMAKE_Fortran_FLAGS_RELEASE "-O3 -xHost " )
# DEBUG FLAGS
####################################################################

set( CMAKE_Fortran_FLAGS_DEBUG "-O0 -debug -nolib-inline -fno-inline-functions -assume protect_parens,minus0 -prec-div -prec-sqrt -check bounds -fp-stack-check -init=snan,array -warn unused" )
set( CMAKE_Fortran_FLAGS_DEBUG "-O0 -debug -nolib-inline -fno-inline-functions -assume protect_parens -prec-div -prec-sqrt -check bounds -fp-stack-check -init=snan,array -warn unused" )

####################################################################
# FLAGS FOR GPUS
Expand Down

0 comments on commit 95b2207

Please sign in to comment.