<p><b>ringler@lanl.gov</b> 2011-10-20 11:21:52 -0600 (Thu, 20 Oct 2011)</p><p><br>
added build option for default PGI compiler on NERSC Hopper machine.<br>
<br>
this option will probably also work for NERSC Franklin, so it is built with <br>
<br>
make pgi-nersc CORE=???<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/split_explicit_timestepping/Makefile
===================================================================
--- branches/ocean_projects/split_explicit_timestepping/Makefile        2011-10-20 04:12:06 UTC (rev 1109)
+++ branches/ocean_projects/split_explicit_timestepping/Makefile        2011-10-20 17:21:52 UTC (rev 1110)
@@ -44,6 +44,18 @@
         &quot;CORE = $(CORE)&quot; \
         &quot;CPPFLAGS = -DRKIND=8 $(MODEL_FORMULATION) -D_MPI -DUNDERSCORE $(FILE_OFFSET) $(ZOLTAN_DEFINE)&quot; )
 
+pgi-nersc:
+        ( make all \
+        &quot;FC = ftn&quot; \
+        &quot;CC = cc&quot; \
+        &quot;SFC = ftn&quot; \
+        &quot;SCC = cc&quot; \
+        &quot;FFLAGS = -i4 -r8 -O2 -Mfree -byteswapio&quot; \
+        &quot;CFLAGS = -O2&quot; \
+        &quot;LDFLAGS = &quot; \
+        &quot;CORE = $(CORE)&quot; \
+        &quot;CPPFLAGS = -DRKIND=8 $(MODEL_FORMULATION) -D_MPI -DUNDERSCORE $(FILE_OFFSET) $(ZOLTAN_DEFINE)&quot; )
+
 pgi:
         ( make all \
         &quot;FC = mpif90&quot; \

</font>
</pre>