TAU: Difference between revisions

From Cheaha
Jump to navigation Jump to search
(added module)
No edit summary
Line 8: Line 8:


TAU project homepage: http://www.cs.uoregon.edu/Research/tau/home.php
TAU project homepage: http://www.cs.uoregon.edu/Research/tau/home.php





Revision as of 15:17, 19 March 2012

This page is a Generic stub.

You can help by expanding this page..

TAU Performance System® is a portable profiling and tracing toolkit for performance analysis of parallel programs written in Fortran, C, C++, Java, Python.

TAU (Tuning and Analysis Utilities) is capable of gathering performance information through instrumentation of functions, methods, basic blocks, and statements. All C++ language features are supported including templates and namespaces. The API also provides selection of profiling groups for organizing and controlling instrumentation. The instrumentation can be inserted in the source code using an automatic instrumentor tool based on the Program Database Toolkit (PDT), dynamically using DyninstAPI, at runtime in the Java Virtual Machine, or manually using the instrumentation API.

TAU's profile visualization tool, paraprof, provides graphical displays of all the performance analysis results, in aggregate and single node/context/thread forms. The user can quickly identify sources of performance bottlenecks in the application using the graphical interface. In addition, TAU can generate event traces that can be displayed with the Vampir, Paraver or JumpShot trace visualization tools.

TAU project homepage: http://www.cs.uoregon.edu/Research/tau/home.php


The following Modules files should be loaded for this package:

module load tau/tau