<p><b>laura@ucar.edu</b> 2012-05-23 15:10:10 -0600 (Wed, 23 May 2012)</p><p>added the option -DMPAS_DEBUG when we compiled MPAS without the DEBUG option turned on so that we get one log error and output file per task by default, instead of just log.0000.err and log.0000.out. This is needed for debugging MPAS in the atmos_physics branch<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/Makefile
===================================================================
--- branches/atmos_physics/Makefile        2012-05-23 19:55:35 UTC (rev 1933)
+++ branches/atmos_physics/Makefile        2012-05-23 21:10:10 UTC (rev 1934)
@@ -238,7 +238,7 @@
 
 else # DEBUG IF
         FFLAGS=$(FFLAGS_OPT)
-        CFLAGS=$(CFLAGS_OPT)
+        CFLAGS=$(CFLAGS_OPT) -DMPAS_DEBUG
         LDFLAGS=$(LDFLAGS_OPT)
         DEBUG_MESSAGE=&quot;Debugging is off.&quot;
 endif # DEBUG IF

</font>
</pre>