Skip to content

Commit

Permalink
Merge pull request #4057 from jwpeterson/autoconf_submodule_update
Browse files Browse the repository at this point in the history
Update autoconf submodule
  • Loading branch information
jwpeterson authored Jan 22, 2025
2 parents 710a611 + ed1d7f6 commit 8650e37
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 14 deletions.
13 changes: 11 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -26533,15 +26533,24 @@ else $as_nop

ACSM_PROFILING_FLAGS=""
ACSM_CXXFLAGS_DBG="$ACSM_CXXFLAGS_DBG -O0 -g"
ACSM_CXXFLAGS_OPT="$ACSM_CXXFLAGS_OPT -O3 -w0"
ACSM_CXXFLAGS_OPT="$ACSM_CXXFLAGS_OPT -O3"
ACSM_CXXFLAGS_DEVEL="$ACSM_CXXFLAGS_DEVEL -O2 -g"
ACSM_CFLAGS_DBG="$ACSM_CFLAGS_DBG -O0 -g"
ACSM_CFLAGS_OPT="$ACSM_CFLAGS_OPT -O3 -w0"
ACSM_CFLAGS_OPT="$ACSM_CFLAGS_OPT -O3"
ACSM_CFLAGS_DEVEL="$ACSM_CFLAGS_DEVEL -O2 -g"
;; #(
*) :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: Unknown Intel compiler \"$ACSM_GXX_VERSION\"" >&5
printf "%s\n" "Unknown Intel compiler \"$ACSM_GXX_VERSION\"" >&6; } ;;
esac
case "$ACSM_GXX_VERSION" in #(
intel_icx_v21.x | intel_icx_v22.x | intel_icx_v23.x) :
;; #(
*) :

CXXFLAGS="$CXXFLAGS -Werror=recommended-option"
CFLAGS="$CFLAGS -Werror=recommended-option"
;;
esac
;; #(
nvidia) :
Expand Down
2 changes: 1 addition & 1 deletion contrib/metaphysicl
2 changes: 1 addition & 1 deletion contrib/timpi
19 changes: 10 additions & 9 deletions examples/miscellaneous/miscellaneous_ex17/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ am__aclocal_m4_deps = \
$(top_srcdir)/m4/autoconf-submodule/acsm_enable_paranoid.m4 \
$(top_srcdir)/m4/autoconf-submodule/acsm_enable_werror.m4 \
$(top_srcdir)/m4/autoconf-submodule/acsm_mpi.m4 \
$(top_srcdir)/m4/autoconf-submodule/acsm_precision.m4 \
$(top_srcdir)/m4/autoconf-submodule/acsm_scrape_petsc_configure.m4 \
$(top_srcdir)/m4/autoconf-submodule/acsm_summarize_env.m4 \
$(top_srcdir)/m4/autoconf-submodule/acsm_test_sanitize_flags.m4 \
Expand Down Expand Up @@ -147,15 +148,15 @@ am__aclocal_m4_deps = \
$(top_srcdir)/m4/nemesis.m4 $(top_srcdir)/m4/netcdf.m4 \
$(top_srcdir)/m4/netgen.m4 $(top_srcdir)/m4/nlopt.m4 \
$(top_srcdir)/m4/parmetis.m4 $(top_srcdir)/m4/petsc.m4 \
$(top_srcdir)/m4/poly2tri.m4 $(top_srcdir)/m4/precision.m4 \
$(top_srcdir)/m4/qhull.m4 $(top_srcdir)/m4/sfc.m4 \
$(top_srcdir)/m4/slepc.m4 $(top_srcdir)/m4/sstream.m4 \
$(top_srcdir)/m4/strstream.m4 $(top_srcdir)/m4/tbb.m4 \
$(top_srcdir)/m4/tecio.m4 $(top_srcdir)/m4/tecplot.m4 \
$(top_srcdir)/m4/tetgen.m4 $(top_srcdir)/m4/threads.m4 \
$(top_srcdir)/m4/triangle.m4 $(top_srcdir)/m4/trilinos.m4 \
$(top_srcdir)/m4/unordered.m4 $(top_srcdir)/m4/vtk.m4 \
$(top_srcdir)/m4/xdr.m4 $(top_srcdir)/configure.ac
$(top_srcdir)/m4/poly2tri.m4 $(top_srcdir)/m4/qhull.m4 \
$(top_srcdir)/m4/sfc.m4 $(top_srcdir)/m4/slepc.m4 \
$(top_srcdir)/m4/sstream.m4 $(top_srcdir)/m4/strstream.m4 \
$(top_srcdir)/m4/tbb.m4 $(top_srcdir)/m4/tecio.m4 \
$(top_srcdir)/m4/tecplot.m4 $(top_srcdir)/m4/tetgen.m4 \
$(top_srcdir)/m4/threads.m4 $(top_srcdir)/m4/triangle.m4 \
$(top_srcdir)/m4/trilinos.m4 $(top_srcdir)/m4/unordered.m4 \
$(top_srcdir)/m4/vtk.m4 $(top_srcdir)/m4/xdr.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
Expand Down
2 changes: 1 addition & 1 deletion m4/autoconf-submodule

0 comments on commit 8650e37

Please sign in to comment.