<p><b>dwj07@fsu.edu</b> 2012-03-09 15:13:29 -0700 (Fri, 09 Mar 2012)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Removing heap arrays flag from makefile.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/monotonic_advection/Makefile
===================================================================
--- branches/ocean_projects/monotonic_advection/Makefile        2012-03-09 20:54:34 UTC (rev 1615)
+++ branches/ocean_projects/monotonic_advection/Makefile        2012-03-09 22:13:29 UTC (rev 1616)
@@ -100,10 +100,10 @@
         &quot;CC_PARALLEL = gcc&quot; \
         &quot;FC_SERIAL = ifort&quot; \
         &quot;CC_SERIAL = gcc&quot; \
-        &quot;FFLAGS_OPT = -real-size 64 -O3 -convert big_endian -FR -heap-arrays 4096&quot; \
+        &quot;FFLAGS_OPT = -real-size 64 -O3 -convert big_endian -FR&quot; \
         &quot;CFLAGS_OPT = -O3 -m64&quot; \
         &quot;LDFLAGS_OPT = -O3&quot; \
-        &quot;FFLAGS_DEBUG = -real-size 64 -g -convert big_endian -FR -CU -CB -check all -fpe0 -traceback -debug all -heap-arrays 4096&quot; \
+        &quot;FFLAGS_DEBUG = -real-size 64 -g -convert big_endian -FR -CU -CB -check all -fpe0 -traceback -debug all&quot; \
         &quot;CFLAGS_DEBUG = -g -m64&quot; \
         &quot;LDFLAGS_DEBUG = -g&quot; \
         &quot;CORE = $(CORE)&quot; \

</font>
</pre>