<p><b>duda</b> 2012-02-23 12:21:21 -0700 (Thu, 23 Feb 2012)</p><p>BRANCH COMMIT<br>
<br>
Update the g95 make targets so that they once again work on MMM machines.<br>
<br>
<br>
M    Makefile<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/Makefile
===================================================================
--- branches/atmos_physics/Makefile        2012-02-22 22:48:57 UTC (rev 1529)
+++ branches/atmos_physics/Makefile        2012-02-23 19:21:21 UTC (rev 1530)
@@ -185,11 +185,11 @@
         &quot;CC = mpicc&quot; \
         &quot;SFC = g95&quot; \
         &quot;SCC = gcc&quot; \
-        &quot;FFLAGS = -O3 -ffree-line-length-huge -r8 -fendian=big&quot; \
-        &quot;CFLAGS = -O3&quot; \
+        &quot;FFLAGS = -O3 -ffree-line-length-huge -r8 -fendian=big -ffree-form&quot; \
+        &quot;CFLAGS = -O3 -m32&quot; \
         &quot;LDFLAGS = -O3&quot; \
         &quot;CORE = $(CORE)&quot; \
-        &quot;CPPFLAGS = $(MODEL_FORMULATION) -D_MPI -DUNDERSCORE $(FILE_OFFSET) $(ZOLTAN_DEFINE)&quot; )
+        &quot;CPPFLAGS = $(MODEL_FORMULATION) -D_MPI -DDOUBLEUNDERSCORE $(FILE_OFFSET) $(ZOLTAN_DEFINE)&quot; )
 
 g95-serial:
         ( make all \
@@ -197,11 +197,11 @@
         &quot;CC = gcc&quot; \
         &quot;SFC = g95&quot; \
         &quot;SCC = gcc&quot; \
-        &quot;FFLAGS = -O3 -ffree-line-length-huge -r8 -fendian=big&quot; \
-        &quot;CFLAGS = -O3&quot; \
+        &quot;FFLAGS = -O3 -ffree-line-length-huge -r8 -fendian=big -ffree-form&quot; \
+        &quot;CFLAGS = -O3 -m32&quot; \
         &quot;LDFLAGS = -O3&quot; \
         &quot;CORE = $(CORE)&quot; \
-        &quot;CPPFLAGS = $(MODEL_FORMULATION) -DUNDERSCORE $(FILE_OFFSET) $(ZOLTAN_DEFINE)&quot; )
+        &quot;CPPFLAGS = $(MODEL_FORMULATION) -DDOUBLEUNDERSCORE $(FILE_OFFSET) $(ZOLTAN_DEFINE)&quot; )
 
 pathscale-nersc:
         ( make all \

</font>
</pre>