Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Added PAPI counters functionality to SMPI.
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 29 Jun 2016 16:40:44 +0000 (18:40 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 29 Jun 2016 16:42:18 +0000 (18:42 +0200)
commitad11907f9221fee26cbe223d667a33744278f46b
treed532005dfe06035d57dd22ca25c5ec82a9995c6e
parentcbf3986ed37229c5ff0afbe3d54ef71a897d215d
[SMPI] Added PAPI counters functionality to SMPI.

SMPI now supports PAPI via the 'smpi/papi-events' configuration option.
It is still highly experimental and process-/thread-based counters are
not yet supported, i.e., there is only one global papi-counter-set.

Activate it via '--cfg=smpi/papi-events:default:COUNTER1:COUNTER2:COUNTER3'
src/smpi/instr_smpi.cpp
src/smpi/private.hpp
src/smpi/smpi_bench.cpp
src/smpi/smpi_global.cpp