TAU: Difference between revisions

From Cheaha
Jump to navigation Jump to search
No edit summary
(added category software)
Line 15: Line 15:
module load tau/tau
module load tau/tau
</pre>
</pre>
[[Category:Software]]

Revision as of 14:19, 4 April 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 Fortan,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.

Project website: http://www.cs.uoregon.edu/Research/tau/home.php

Load SGE module

The following Modules files should be loaded for this package:

module load tau/tau