Difference between revisions of "TAU"

From UFRC
Jump to navigation Jump to search
 
m (Text replacement - "#lowercase" to "lc")
(12 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
[[Category:Software]][[Category:Programming]]
 
[[Category:Software]][[Category:Programming]]
 
{|<!--Main settings - REQUIRED-->
 
{|<!--Main settings - REQUIRED-->
|{{#vardefine:app|tau}}
+
|{{#vardefine:app|Tau}}
 
|{{#vardefine:url|http://www.cs.uoregon.edu/Research/tau/home.php}}
 
|{{#vardefine:url|http://www.cs.uoregon.edu/Research/tau/home.php}}
 
|{{#vardefine:exe|}} <!--Present manual instructions for running the software -->
 
|{{#vardefine:exe|}} <!--Present manual instructions for running the software -->
Line 11: Line 11:
 
|{{#vardefine:testing|}} <!--Enable performance testing/profiling section -->
 
|{{#vardefine:testing|}} <!--Enable performance testing/profiling section -->
 
|{{#vardefine:faq|}} <!--Enable FAQ section -->
 
|{{#vardefine:faq|}} <!--Enable FAQ section -->
|{{#vardefine:citation|}} <!--Enable Reference/Citation section -->
+
|{{#vardefine:citation|1}} <!--Enable Reference/Citation section -->
 
|}
 
|}
 
<!-- ########  Template Body ######## -->
 
<!-- ########  Template Body ######## -->
Line 25: Line 25:
 
[[Modules|modules documentation]]
 
[[Modules|modules documentation]]
 
===Serial===
 
===Serial===
*{{#var:app}}
+
* intel/2016.0.109
 +
* {{lc:{{#var:app}}}}
 +
===Parallel (MPI)===
 +
* intel/2016.0.109
 +
* openmpi/1.10.2
 +
* {{lc:{{#var:app}}}}
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
 
* HPC_TAU_BIN - executable directory
 
* HPC_TAU_LIB - library directory
 
* HPC_TAU_DOC - examples directory
 
 
* TAU - Tau library directory
 
* TAU - Tau library directory
 +
* TAUROOT - installation directory
 
* TAU_MAKEFILE - default makefile
 
* TAU_MAKEFILE - default makefile
 
* TAU_METRICS = LINUXTIMERS:PAPI_FP_OPS:PAPI_L2_DCM
 
* TAU_METRICS = LINUXTIMERS:PAPI_FP_OPS:PAPI_L2_DCM
 
* TAU_PROFILE = 1
 
* TAU_PROFILE = 1
 
* TAU_TRACE = 0
 
* TAU_TRACE = 0
* TAU_CALLPATH = 0
+
* TAU_CALLPATH = 1
 +
 
 +
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 +
* HPC_TAU_BIN - executable directory
 +
* HPC_TAU_LIB - library directory
 +
* HPC_TAU_DOC - examples directory
 
* HPC_PDT_DIR - installation directory
 
* HPC_PDT_DIR - installation directory
 
* HPC_PDT_BIN - executable directory
 
* HPC_PDT_BIN - executable directory
 
* HPC_PDT_INC - includes directory
 
* HPC_PDT_INC - includes directory
 
* PAPI_PERFMON_EVENT_FILE - default performance event log file.
 
* PAPI_PERFMON_EVENT_FILE - default performance event log file.
* HPC_PAPI_DIR - installation directory
 
* HPC_PAPI_BIN - executable directory
 
* HPC_PAPI_INC - includes directory
 
 
For advanced use the '''papi''' and '''pdt''' modules can be loaded individually.
 
  
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
Line 61: Line 63:
 
{{#if: {{#var: citation}}|==Citation==
 
{{#if: {{#var: citation}}|==Citation==
 
If you publish research that uses {{{app}}} you have to cite it as follows:
 
If you publish research that uses {{{app}}} you have to cite it as follows:
WRITE CITATION HERE
+
 
 +
* TAU: The TAU Parallel Performance System, by S. Shende and A. D. Malony. International Journal of High Performance Computing Applications, Volume 20 Number 2 Summer 2006. Pages 287-311.
 +
* PDT: A Tool Framework for Static and Dynamic Analysis of Object-Oriented Software with Templates, by K. A. Lindlan, J. Cuny, A. D. Malony, S. Shende, B. Mohr, R. Rivenburgh, C. Rasmussen. Proceedings of SC2000: High Performance Networking and Computing Conference, Dallas, November 2000.
 +
* CCA: Performance Technology for Parallel and Distributed Component Software, by A. Malony, S. Shende, N. Trebon, J. Ray, R. Armstrong, C. Rasmussen, and M. Sottile. Concurrency and Computation: Practice and Experience, Vol. 17, Issue 2-4, pp. 117-141, John Wiley & Sons, Ltd., Feb - Apr, 2005.
 +
 
 
|}}
 
|}}

Revision as of 21:31, 6 December 2019

Description

Tau website  

  • 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.

Required Modules

modules documentation

Serial

  • intel/2016.0.109
  • tau

Parallel (MPI)

  • intel/2016.0.109
  • openmpi/1.10.2
  • tau

System Variables

  • TAU - Tau library directory
  • TAUROOT - installation directory
  • TAU_MAKEFILE - default makefile
  • TAU_METRICS = LINUXTIMERS:PAPI_FP_OPS:PAPI_L2_DCM
  • TAU_PROFILE = 1
  • TAU_TRACE = 0
  • TAU_CALLPATH = 1
  • HPC_TAU_DIR - installation directory
  • HPC_TAU_BIN - executable directory
  • HPC_TAU_LIB - library directory
  • HPC_TAU_DOC - examples directory
  • HPC_PDT_DIR - installation directory
  • HPC_PDT_BIN - executable directory
  • HPC_PDT_INC - includes directory
  • PAPI_PERFMON_EVENT_FILE - default performance event log file.




Citation

If you publish research that uses {{{app}}} you have to cite it as follows:

  • TAU: The TAU Parallel Performance System, by S. Shende and A. D. Malony. International Journal of High Performance Computing Applications, Volume 20 Number 2 Summer 2006. Pages 287-311.
  • PDT: A Tool Framework for Static and Dynamic Analysis of Object-Oriented Software with Templates, by K. A. Lindlan, J. Cuny, A. D. Malony, S. Shende, B. Mohr, R. Rivenburgh, C. Rasmussen. Proceedings of SC2000: High Performance Networking and Computing Conference, Dallas, November 2000.
  • CCA: Performance Technology for Parallel and Distributed Component Software, by A. Malony, S. Shende, N. Trebon, J. Ray, R. Armstrong, C. Rasmussen, and M. Sottile. Concurrency and Computation: Practice and Experience, Vol. 17, Issue 2-4, pp. 117-141, John Wiley & Sons, Ltd., Feb - Apr, 2005.