cd ctests; make CC="gcc" CC_R="gcc -pthread" CFLAGS="-I.. -g -DSTATIC_PAPI_EVENTS_TABLE -DPEINCLUDE=\"libpfm4/include/perfmon/perf_event.h\" -D_REENTRANT -D_GNU_SOURCE -DUSE_COMPILER_TLS -Wall -I/home/skabala/Downloads/papi-4.2.0/src/libpfm4/include -DSUBSTRATE_USES_LIBPFM -DSUBSTRATE_NAME_perf_events -Wextra -DPAPI_NO_MEMORY_MANAGEMENT" TOPTFLAGS="-O0" SMPCFLGS="" OMPCFLGS="-fopenmp" NOOPT="" LDFLAGS=" " LDL="-ldl" LIBRARY="../libpapi.a" papi_api serial forkexec_tests overflow_tests profile_tests attach multiplex_and_pthreads shared
make[1]: Entering directory `/home/skabala/Downloads/papi-4.2.0/src/ctests'
make[1]: Nothing to be done for { several tests listed here... }
make[1]: Leaving directory `/home/skabala/Downloads/papi-4.2.0/src/ctests'
ctests/zero
PAPI Error: Could not find default PMU
.
zero.c FAILED
Line # 36
Error in PAPI_library_init: PAPI_ESBSTR
make: *** [test] Error 1
When I run 'modprobe powernow-k8' and then 'dmesg | grep powernow' it detects my CPU and lists the supported P-states (8 allowed frequencies). I think powernow is the PMU for my AMD processor, right? I also checked my BIOS and ACPI is enabled. I really don't know what to try at this point... Any help would be greatly appreciated!
