On 10/4/19 6:50 PM, Hartmut Kaiser wrote: > Somebody mentioned to me today, that she had a similar problem with PAPI > counters when working with an installed version of HPX. It did however > work as expected if HPX was used from its build location. If this is the > case it might just be that the papi_counters shared library doesn’t get > properly installed. Could you verify this, please?
I use CMake's FetchContent module to incorporate HPX in my project and I don't perform an install step. My project's targets and HPX's targets are put in the same bin and lib build directories. To me it seems that I already use HPX from its build location. I am happy to do some additional tests to help make the PAPI performance counters accessible if that is useful. I am not sure whether it is related, but there are more counters that seem to be inaccessible. I have configured HPX with both HPX_WITH_PARCELPORT_MPI and HPX_WITH_PARCELPORT_ACTION_COUNTERS set to ON, but I don't see the corresponding performance counters in the list returned by --hpx:list-counters. Kor _______________________________________________ hpx-users mailing list [email protected] https://mail.cct.lsu.edu/mailman/listinfo/hpx-users
