<p><b>duda</b> 2011-05-12 11:45:43 -0600 (Thu, 12 May 2011)</p><p>BRANCH COMMIT<br>
<br>
Add xlf-serial build target.<br>
<br>
<br>
M    Makefile<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/Makefile
===================================================================
--- branches/atmos_physics/Makefile        2011-05-12 16:19:04 UTC (rev 829)
+++ branches/atmos_physics/Makefile        2011-05-12 17:45:43 UTC (rev 830)
@@ -20,6 +20,18 @@
         echo &quot;   make gfortran&quot;; \
         )
 
+xlf-serial:
+        ( make all \
+        &quot;FC = xlf90&quot; \
+        &quot;CC = xlc&quot; \
+        &quot;SFC = xlf90&quot; \
+        &quot;SCC = xlc&quot; \
+        &quot;FFLAGS = -qrealsize=8 -g -C &quot; \
+        &quot;CFLAGS = -g&quot; \
+        &quot;LDFLAGS = -g -C&quot; \
+        &quot;CORE = $(CORE)&quot; \
+        &quot;CPPFLAGS = -DRKIND=8 $(MODEL_FORMULATION) $(FILE_OFFSET) $(ZOLTAN_DEFINE)&quot; )
+
 xlf:
         ( make all \
         &quot;FC = mpxlf90&quot; \

</font>
</pre>