-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error compiling perf_events.c #1
Comments
Hello Alan, |
Just looking for a simpel set of tools I can use to build a plugin to expose the package and memory power utilization on nodes in an HPC cluster. I've installed the papi-devel and papa-testsuite RPMs via yum on my CentOS 7.4 machine, so maybe you could just point me to the right place to look in the components installed by those packages, or other general usage information. |
Specifically, issung the "papa_componetn_avail" command after insalling these packages yields the following (in part): Name: rapl Linux SandyBridge RAPL energy measurements |
perf_events.c: In function ‘_papi_pe_dispatch_timer’:
perf_events.c:1712:35: error: dereferencing pointer to incomplete type
int found_evt_idx = -1, fd = info->si_fd;
^
make[1]: *** [libpapi.so.4] Error 1
make[1]: Leaving directory `/root/perf/papi-rapl/src'
make: *** [/root/perf/papi-rapl/src/libpfm4/lib/libpfm.a] Error 2
The text was updated successfully, but these errors were encountered: