Hi
Does RAPL supported on Xeon Phi?
I am trying to use RAPL on Xeon Phi in native mode.
I installed PAPI with command
./configure --prefix=$PWD/../mic-native-build/ --with-components=rapl --with-mic to config the native mode.
After make and make install, I scp the mic-native-build folder to mic0, and then ssh to mic0 and run the command papi_component_avail.
It shows that "Name: rapl Linux SandyBridge RAPL energy measurements. Disabled: CPU family not supported."
Is there any other way to configure the RAPL for native mode? What is wrong with my configuration?
[root@hydra-mic0 bin]# ./papi_component_avail
Available components and hardware information.
--------------------------------------------------------------------------------
PAPI Version : 5.3.0.0
Vendor string and code : GenuineIntel (1)
Model string and code : 0b/01 (1)
CPU Revision : 2.000000
CPUID Info : Family: 11 Model: 1 Stepping: 2
CPU Max Megahertz : 1100
CPU Min Megahertz : 600
Hdw Threads per core : 4
Cores per Socket : 57
Sockets : 1
CPUs per Node : 228
Total CPUs : 228
Running in a VM : no
Number Hardware Counters : 2
Max Multiplex Counters : 64
--------------------------------------------------------------------------------
Compiled-in components:
Name: perf_event Linux perf_event CPU counters
Name: perf_event_uncore Linux perf_event CPU uncore and northbridge
\-> Disabled: No uncore PMUs or events found
Name: rapl Linux SandyBridge RAPL energy measurements
\-> Disabled: CPU family not supported
Active components:
Name: perf_event Linux perf_event CPU counters
Native: 139, Preset: 14, Counters: 2
--------------------------------------------------------------------------------
component.c PASSED
