I am trying to use PAPI to measure power draw on guest MIC card so I built papi with support for host_micpower confugured:
- Code: Select all
./configure --with-components="host_micpower rapl" --prefix=/installation/path/papi_MIC_5.3_mic_host
make
make install-all
I also added RAPL because I need to do some host side side measurement as well.
The library compiles and builds fine, however, doing ./papi_component_avail to check my components I have I get:
- Code: Select all
Name: host_micpower A host-side component to read power usage on MIC guest cards.
\-> Disabled: Problem loading libMicAccessSDK.so: /usr/lib64/libMicAccessSDK.so: undefined symbol: odmDbg
Anybody faced a similar problem ? where is this symbol "odmDbg" supposed to be defined anyway ?
