<p><b>ringler@lanl.gov</b> 2009-07-30 14:07:00 -0600 (Thu, 30 Jul 2009)</p><p><br>
added settings for ifort (on Intel Macs and AMD Clusters)<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/swmodel/Makefile
===================================================================
--- trunk/swmodel/Makefile        2009-07-30 17:31:22 UTC (rev 10)
+++ trunk/swmodel/Makefile        2009-07-30 20:07:00 UTC (rev 11)
@@ -15,6 +15,14 @@
 CFLAGS = -O3
 LDFLAGS = -O3
 
+#ifort (for Intel Macs and Quad-Core AMD Opteron Clusters)
+#FC = mpif90
+#CC = mpicc
+#FFLAGS = -real-size 64 -O3
+#CFLAGS = -O3
+#LDFLAGS = -O3
+
+
 CPPFLAGS = -DRKIND=8 $(MODEL_FORMULATION) -D_MPI -DUNDERSCORE
 INCLUDES = -I$(NETCDF)/include
 LIBS = -L$(NETCDF)/lib -lnetcdf

</font>
</pre>