Skip to content
Vivek Kale edited this page Jun 17, 2024 · 3 revisions

ScoreP (score-p.org) is a performance measurement infrastructure for parallel application programs. The ScoreP Kokkos Tools connector is a TPL library of Kokkos Tools that offers ScoreP's capabilities to Kokkos applications. The Kokkos Tools connector invokes ScoreP's functions in the callbacks corresponding to Kokkos library functions, e.g., Kokkos::parallel_for().

Online Resources

One can find tutorials and documentation for ScoreP here:

https://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/latest/html/measurement.html

The following tutorial provides more information on how to use ScoreP to profile Kokkos applications:

https://www.olcf.ornl.gov/wp-content/uploads/2021/06/ToolsTutorialOLCF.pptx.pdf

Clone this wiki locally