<p><b>croesch@ucar.edu</b> 2011-08-25 16:18:27 -0600 (Thu, 25 Aug 2011)</p><p>BRANCH COMMIT<br>
<br>
Update root Makefile to specify free-format for ifort compiler<br>
<br>
<br>
M    Makefile<br>
</p><hr noshade><pre><font color="gray">Modified: branches/time_manager/Makefile
===================================================================
--- branches/time_manager/Makefile        2011-08-25 22:14:03 UTC (rev 954)
+++ branches/time_manager/Makefile        2011-08-25 22:18:27 UTC (rev 955)
@@ -86,7 +86,7 @@
         &quot;CC = gcc&quot; \
         &quot;SFC = ifort&quot; \
         &quot;SCC = gcc&quot; \
-        &quot;FFLAGS = -real-size 64 -O3 -convert big_endian&quot; \
+        &quot;FFLAGS = -real-size 64 -O3 -convert big_endian -FR&quot; \
         &quot;CFLAGS = -O3 -m64&quot; \
         &quot;LDFLAGS = -O3&quot; \
         &quot;CORE = $(CORE)&quot; \
@@ -143,7 +143,7 @@
 
 CPPINCLUDES = -I../inc -I$(NETCDF)/include
 FCINCLUDES = -I../inc -I$(NETCDF)/include
-LIBS = -L$(NETCDF)/lib -lnetcdf -lnetcdff
+LIBS = -L$(NETCDF)/lib -lnetcdf
 
 RM = rm -f
 CPP = cpp -C -P -traditional

</font>
</pre>