[Dart-dev] [5288] DART/trunk/mkmf/mkmf.template.intel.linux: no visible change. add diffe
nancy at ucar.edu
nancy at ucar.edu
Thu Sep 29 13:11:51 MDT 2011
Revision: 5288
Author: thoar
Date: 2011-09-29 13:11:51 -0600 (Thu, 29 Sep 2011)
Log Message:
-----------
no visible change. add different compiler flags to trap (not warn) when
using uninitialized variables.
Modified Paths:
--------------
DART/trunk/mkmf/mkmf.template.intel.linux
-------------- next part --------------
Modified: DART/trunk/mkmf/mkmf.template.intel.linux
===================================================================
--- DART/trunk/mkmf/mkmf.template.intel.linux 2011-09-28 22:49:28 UTC (rev 5287)
+++ DART/trunk/mkmf/mkmf.template.intel.linux 2011-09-29 19:11:51 UTC (rev 5288)
@@ -72,7 +72,7 @@
# for development or debugging, use this instead:
# FFLAGS = -C -check noarg_temp_created -ftz -vec-report0 -fp-model precise -O0 -g \
-# -warn argument_checking,declarations,uncalled,uninitialized,unused $(INCS)
+# -warn argument_checking,declarations,uncalled,unused -debug full -ftrapuv $(INCS)
# FFLAGS = -ftz -vec-report0 -O3 -g $(INCS)
# Some optimized (BLAS, LAPACK) libraries may be available with:
# LIBS = -L$(NETCDF)/lib -lnetcdf -lmkl -lmkl_lapack -lguide -lpthread
More information about the Dart-dev
mailing list