<p><b>dwj07@fsu.edu</b> 2012-09-06 15:16:11 -0600 (Thu, 06 Sep 2012)</p><p><br>
        -- TRUNK COMMIT --<br>
<br>
        Adding help message regarding TAU hooks.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/mpas/Makefile
===================================================================
--- trunk/mpas/Makefile        2012-09-06 20:51:28 UTC (rev 2143)
+++ trunk/mpas/Makefile        2012-09-06 21:16:11 UTC (rev 2144)
@@ -348,9 +348,10 @@
         @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;    DEBUG=true  - builds debug version. Default is optimized version.&quot;
-        @echo &quot;    USE_PAPI=true   - builds version using PAPI for timers and hardware counters. Default is off.&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;that point to the absolute paths for the libraries.&quot;

</font>
</pre>