<p><b>duda</b> 2010-06-01 16:40:08 -0600 (Tue, 01 Jun 2010)</p><p>BRANCH COMMIT<br>
<br>
Add make targets for LLNL machines with PGI <br>
and Jaguar with ftn compiler wrapper.<br>
<br>
M    Makefile<br>
</p><hr noshade><pre><font color="gray">Modified: branches/mpas_cam_coupling/Makefile
===================================================================
--- branches/mpas_cam_coupling/Makefile        2010-06-01 22:07:26 UTC (rev 323)
+++ branches/mpas_cam_coupling/Makefile        2010-06-01 22:40:08 UTC (rev 324)
@@ -33,6 +33,30 @@
         &quot;CORE = $(CORE)&quot; \
         &quot;CPPFLAGS = -DRKIND=8 $(MODEL_FORMULATION) $(EXPAND_LEVELS) -D_MPI $(FILE_OFFSET) $(ZOLTAN_DEFINE)&quot; )
  
+ftn:
+        ( make all \
+        &quot;FC = ftn&quot; \
+        &quot;CC = cc&quot; \
+        &quot;SFC = ftn&quot; \
+        &quot;SCC = cc&quot; \
+        &quot;FFLAGS = -i4 -r8 -gopt -O2 -Mvect=nosse -Kieee&quot; \
+        &quot;CFLAGS = -fast&quot; \
+        &quot;LDFLAGS = &quot; \
+        &quot;CORE = $(CORE)&quot; \
+        &quot;CPPFLAGS = -DRKIND=8 $(MODEL_FORMULATION) $(EXPAND_LEVELS) -D_MPI -DUNDERSCORE $(FILE_OFFSET) $(ZOLTAN_DEFINE)&quot; )
+
+pgi-llnl:
+        ( make all \
+        &quot;FC = mpipgf90&quot; \
+        &quot;CC = pgcc&quot; \
+        &quot;SFC = pgf90&quot; \
+        &quot;SCC = pgcc&quot; \
+        &quot;FFLAGS = -i4 -r8 -g -O2&quot; \
+        &quot;CFLAGS = -fast&quot; \
+        &quot;LDFLAGS = &quot; \
+        &quot;CORE = $(CORE)&quot; \
+        &quot;CPPFLAGS = -DRKIND=8 $(MODEL_FORMULATION) $(EXPAND_LEVELS) -D_MPI -DUNDERSCORE $(FILE_OFFSET) $(ZOLTAN_DEFINE)&quot; )
+
 pgi:
         ( make all \
         &quot;FC = mpif90&quot; \

</font>
</pre>