<p><b>qchen3@fsu.edu</b> 2010-09-13 16:13:32 -0600 (Mon, 13 Sep 2010)</p><p>swmodel_del4 commit<br>
</p><hr noshade><pre><font color="gray">Copied: branches/swmodel_del4 (from rev 496, trunk/mpas)

Modified: branches/swmodel_del4/Makefile
===================================================================
--- trunk/mpas/Makefile        2010-09-13 16:05:11 UTC (rev 496)
+++ branches/swmodel_del4/Makefile        2010-09-13 22:13:32 UTC (rev 498)
@@ -5,7 +5,7 @@
 EXPAND_LEVELS = -DEXPAND_LEVELS=26
 endif
 
-FILE_OFFSET = -DOFFSET64BIT
+#FILE_OFFSET = -DOFFSET64BIT
 
 #########################
 # Section for Zoltan TPL
@@ -96,6 +96,18 @@
         &quot;CORE = $(CORE)&quot; \
         &quot;CPPFLAGS = -DRKIND=8 $(MODEL_FORMULATION) $(EXPAND_LEVELS) -D_MPI -DUNDERSCORE -m64 $(FILE_OFFSET) $(ZOLTAN_DEFINE)&quot; )
 
+ifort-serial:
+        ( make all \
+        &quot;FC = ifort&quot; \
+        &quot;CC = gcc&quot; \
+        &quot;SFC = ifort&quot; \
+        &quot;SCC = gcc&quot; \
+        &quot;FFLAGS = -real-size 64 -O3&quot; \
+        &quot;CFLAGS = -O3 -m64&quot; \
+        &quot;LDFLAGS = -O3&quot; \
+        &quot;CORE = $(CORE)&quot; \
+        &quot;CPPFLAGS = -DRKIND=8 $(MODEL_FORMULATION) $(EXPAND_LEVELS) -DUNDERSCORE -m64 $(FILE_OFFSET) $(ZOLTAN_DEFINE)&quot; )
+
 gfortran:
         ( make all \
         &quot;FC = mpif90&quot; \
@@ -108,6 +120,18 @@
         &quot;CORE = $(CORE)&quot; \
         &quot;CPPFLAGS = -DRKIND=8 $(MODEL_FORMULATION) $(EXPAND_LEVELS) -D_MPI -DUNDERSCORE -m64 $(FILE_OFFSET) $(ZOLTAN_DEFINE)&quot; )
 
+gfortran-serial:
+        ( make all \
+        &quot;FC = gfortran&quot; \
+        &quot;CC = gcc&quot; \
+        &quot;SFC = gfortran&quot; \
+        &quot;SCC = gcc&quot; \
+        &quot;FFLAGS = -O3 -m64 -ffree-line-length-none -fdefault-real-8&quot; \
+        &quot;CFLAGS = -O3 -m64&quot; \
+        &quot;LDFLAGS = -O3 -m64&quot; \
+        &quot;CORE = $(CORE)&quot; \
+        &quot;CPPFLAGS = -DRKIND=8 $(MODEL_FORMULATION) $(EXPAND_LEVELS) -DUNDERSCORE -m64 $(FILE_OFFSET) $(ZOLTAN_DEFINE)&quot; )
+
 g95:
         ( make all \
         &quot;FC = mpif90&quot; \
@@ -135,7 +159,7 @@
 
 CPPINCLUDES = -I../inc -I$(NETCDF)/include
 FCINCLUDES = -I../inc -I$(NETCDF)/include
-LIBS = -L$(NETCDF)/lib -lnetcdf
+LIBS = -L$(NETCDF)/lib -lnetcdf -lcurl
 
 RM = rm -f
 CPP = cpp -C -P -traditional

</font>
</pre>