[Dart-dev] DART/branches Revision: 11456
dart at ucar.edu
dart at ucar.edu
Tue Apr 11 16:38:59 MDT 2017
nancy at ucar.edu
2017-04-11 16:38:59 -0600 (Tue, 11 Apr 2017)
176
the most recent versions of the intel compiler complain about
the -vec-report0 compiler flag, and also about -warn argument_checking.
remove them from our template for ifort.
Modified: DART/branches/rma_trunk/build_templates/mkmf.template.intel.linux
===================================================================
--- DART/branches/rma_trunk/build_templates/mkmf.template.intel.linux 2017-04-11 21:47:35 UTC (rev 11455)
+++ DART/branches/rma_trunk/build_templates/mkmf.template.intel.linux 2017-04-11 22:38:59 UTC (rev 11456)
@@ -134,13 +134,13 @@
INCS = -I$(NETCDF)/include
LIBS = -L$(NETCDF)/lib -lnetcdff -lnetcdf
-FFLAGS = -O -vec-report0 -assume buffered_io $(INCS)
+FFLAGS = -O -assume buffered_io $(INCS)
LDFLAGS = $(FFLAGS) $(LIBS)
# for development or debugging, use this instead:
-# FFLAGS = -g -C -check noarg_temp_created -fpe0 -vec-report0 \
+# FFLAGS = -g -C -check noarg_temp_created -fpe0 \
# -fp-model precise -ftrapuv -traceback \
-# -warn argument_checking,declarations,uncalled,unused $(INCS)
+# -warn declarations,uncalled,unused $(INCS)
#
# for speed on yellowstone (verify against a run with with -O and -fp-model precise
# that the numerical differences aren't too large to be acceptable):
More information about the Dart-dev
mailing list