Difference between revisions of "Score-P"
Jump to navigation
Jump to search
(Created page with "Score-P is a performance measurement infrastructure for profiling, event tracing and online analysis of (parallel) HPC applications. == General == Score-P supports a great v...") |
|||
Line 14: | Line 14: | ||
== Score-P Plugins == | == Score-P Plugins == | ||
− | Score-P provides two | + | Score-P provides two plugin interfaces: metrics, which allows integrating new metric sources, and substrates, which allows adding new event consumers besides profiling and tracing. You can also write your own plugins. |
== References == | == References == | ||
[https://www.vi-hps.org/projects/score-p/ Score-P website]. | [https://www.vi-hps.org/projects/score-p/ Score-P website]. |
Revision as of 07:43, 10 January 2019
Score-P is a performance measurement infrastructure for profiling, event tracing and online analysis of (parallel) HPC applications.
General
Score-P supports a great variety of analysis tools and is open to new ones:
- Periscope
- Scalasca
- Vampir
- Tau
It comes with the new Open Trace Format Version 2, the Cube4 profiling format and the Opari2 instrumenter and is available under the New BSD Open Source license.
Score-P Plugins
Score-P provides two plugin interfaces: metrics, which allows integrating new metric sources, and substrates, which allows adding new event consumers besides profiling and tracing. You can also write your own plugins.