<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 @@
        "CORE = $(CORE)" \
        "CPPFLAGS = -DRKIND=8 $(MODEL_FORMULATION) -D_MPI -DUNDERSCORE $(FILE_OFFSET) $(ZOLTAN_DEFINE)" )
+pgi-nersc:
+        ( make all \
+        "FC = ftn" \
+        "CC = cc" \
+        "SFC = ftn" \
+        "SCC = cc" \
+        "FFLAGS = -i4 -r8 -O2 -Mfree -byteswapio" \
+        "CFLAGS = -O2" \
+        "LDFLAGS = " \
+        "CORE = $(CORE)" \
+        "CPPFLAGS = -DRKIND=8 $(MODEL_FORMULATION) -D_MPI -DUNDERSCORE $(FILE_OFFSET) $(ZOLTAN_DEFINE)" )
+
pgi:
        ( make all \
        "FC = mpif90" \
</font>
</pre>