<p><b>dwj07@fsu.edu</b> 2013-03-22 11:35:59 -0600 (Fri, 22 Mar 2013)</p><p><br>
        -- TRUNK COMMIT --<br>
<br>
        Modifying error message.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/mpas/Makefile
===================================================================
--- trunk/mpas/Makefile        2013-03-22 17:12:15 UTC (rev 2660)
+++ trunk/mpas/Makefile        2013-03-22 17:35:59 UTC (rev 2661)
@@ -353,12 +353,12 @@
         @cd src; ls -d core_* | grep &quot;.*&quot; | sed &quot;s/core_/    /g&quot;
         @echo &quot;&quot;
         @echo &quot;Available Options:&quot;
-        @echo &quot;    SERIAL=true   - builds serial version. Default is parallel version.&quot;
+#@echo &quot;    SERIAL=true   - builds serial version. Default is parallel version.&quot;
         @echo &quot;    DEBUG=true    - builds debug version. Default is optimized version.&quot;
         @echo &quot;    USE_PAPI=true - builds version using PAPI for timers. Default is off.&quot;
         @echo &quot;    TAU=true      - builds version using TAU hooks for profiling. Default is off.&quot;
         @echo &quot;&quot;
-        @echo &quot;Ensure that NETCDF (and PAPI if USE_PAPI=true) are environment variables&quot;
+        @echo &quot;Ensure that NETCDF, PNETCDF, PIO, and PAPI (if USE_PAPI=true) are environment variables&quot;
         @echo &quot;that point to the absolute paths for the libraries.&quot;
         @echo &quot;&quot;
 

</font>
</pre>