<p><b>laura@ucar.edu</b> 2011-06-02 10:52:36 -0600 (Thu, 02 Jun 2011)</p><p>changed xlf from debugging to optimized options<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/Makefile
===================================================================
--- branches/atmos_physics/Makefile        2011-06-02 16:51:13 UTC (rev 870)
+++ branches/atmos_physics/Makefile        2011-06-02 16:52:36 UTC (rev 871)
@@ -38,9 +38,9 @@
         &quot;CC = mpcc&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;FFLAGS = -O3 -qrealsize=8&quot; \
+        &quot;CFLAGS = -O3&quot; \
+        &quot;LDFLAGS = -O3&quot; \
         &quot;CORE = $(CORE)&quot; \
         &quot;CPPFLAGS = -DRKIND=8 $(MODEL_FORMULATION) -D_MPI $(FILE_OFFSET) $(ZOLTAN_DEFINE)&quot; )
  

</font>
</pre>