[Dart-dev] DART/branches Revision: 12132

dart at ucar.edu dart at ucar.edu
Mon Nov 20 16:04:31 MST 2017


thoar at ucar.edu
2017-11-20 16:04:31 -0700 (Mon, 20 Nov 2017)
103
reverting back to the correct default version - gfortran.
Last commit of mkmf.template was a mistake.




Modified: DART/branches/cesm_clm/build_templates/mkmf.template
===================================================================
--- DART/branches/cesm_clm/build_templates/mkmf.template	2017-11-20 22:54:06 UTC (rev 12131)
+++ DART/branches/cesm_clm/build_templates/mkmf.template	2017-11-20 23:04:31 UTC (rev 12132)
@@ -83,13 +83,12 @@
 # NETCDF = /opt/local
 
 INCS = -I$(NETCDF)/include
-# LIBS = -L$(NETCDF)/lib -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lhdf5hl_fortran -lhdf5_fortran
 LIBS = -L$(NETCDF)/lib -lnetcdff -lnetcdf
-# FFLAGS  = -O2 -ffree-line-length-none $(INCS)
+FFLAGS  = -O2 -ffree-line-length-none $(INCS)
 LDFLAGS = $(FFLAGS) $(LIBS)
 
-FFLAGS = -g -Wuninitialized -Wunused -ffree-line-length-none -fbounds-check \
-         -fbacktrace -ffpe-trap=invalid,zero,overflow $(INCS)
+# FFLAGS = -g -Wuninitialized -Wunused -ffree-line-length-none -fbounds-check \
+#          -fbacktrace -ffpe-trap=invalid,zero,overflow $(INCS)
 
 # <next few lines under version control, do not edit>
 # $URL$


More information about the Dart-dev mailing list