<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 " make gfortran"; \
        )
+xlf-serial:
+        ( make all \
+        "FC = xlf90" \
+        "CC = xlc" \
+        "SFC = xlf90" \
+        "SCC = xlc" \
+        "FFLAGS = -qrealsize=8 -g -C " \
+        "CFLAGS = -g" \
+        "LDFLAGS = -g -C" \
+        "CORE = $(CORE)" \
+        "CPPFLAGS = -DRKIND=8 $(MODEL_FORMULATION) $(FILE_OFFSET) $(ZOLTAN_DEFINE)" )
+
xlf:
        ( make all \
        "FC = mpxlf90" \
</font>
</pre>