Hello HPX-ers,

I am looking into the HPX performance counters and have a question about 
the PAPI counters. I built HPX 1.3.0 with HPX_WITH_PAPI=ON and indeed 
the resulting collection of HPX libraries includes 
libhpx_papi_counters.so. According to the documentation:

-------
For a full list of available PAPI events and their (short) description 
use the --hpx:list-counters and --papi-event-info=all command line options.
-------

The latter option is not recognized though:

my_exe --hpx:list-counters --papi-event-info=all > out
runtime_support::load_components: command line processing: unrecognised 
option '--papi-event-info=all'

Looking at the source code, I think the documentation maybe contains a 
typo. The option should be named --hpx:papi-event-info (?), but this 
results in the same error message.

Can someone point me in the right direction in order to get the PAPI 
counters listed?

Thanks for any info on this.

Kor
_______________________________________________
hpx-users mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-users

Reply via email to