Skip to content

Commit

Permalink
Remove the -check uninit debugging option now that oneAPI IFX compiler
Browse files Browse the repository at this point in the history
has switched to LLVM memory sanitizer, and there are a number of issues
with it, including linking problems and many false positives in the
diagnostic output.
  • Loading branch information
theurich committed Oct 6, 2023
1 parent 1baced6 commit b347190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_config/Linux.intel.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ ESMF_CXXMAJORVERSION = $(shell $(ESMF_DIR)/scripts/version.intel 1 ${ESMF_C
############################################################
# Special debug flags
#
ESMF_F90OPTFLAG_G += -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit
ESMF_F90OPTFLAG_G += -traceback -check arg_temp_created,bounds,format,output_conversion,stack
ESMF_CXXOPTFLAG_G += -traceback -Wcheck

############################################################
Expand Down
2 changes: 1 addition & 1 deletion build_config/Unicos.intel.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ESMF_CCOMPILER_VERSION = ${ESMF_CCOMPILER} -V
############################################################
# Special debug flags
#
ESMF_F90OPTFLAG_G += -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit
ESMF_F90OPTFLAG_G += -traceback -check arg_temp_created,bounds,format,output_conversion,stack
ESMF_CXXOPTFLAG_G += -traceback -Wcheck

############################################################
Expand Down

0 comments on commit b347190

Please sign in to comment.