This tool will help quantify TAU overhead and guide efforts to improve TAU's internals. It's also useful for viewing the effects of memory leaks and locking.
- CMake
- Doxygen, but only if you want documentation
- mkdir build
- cd build
- cmake ../src
- make -j
- make DESTDIR=/some/path install
27 August 2014 John C. Linford (jlinford@paratools.com)