How to fix libpapi.so.* cannot open shared object file when running (py)COMPSs with tracing?
- 阅读更多 关于 How to fix libpapi.so.* cannot open shared object file when running (py)COMPSs with tracing?
问题 When I try to run some COMPSs application with the tracing system activated I get the following error: libpapi.so.5.3.0.0 cannot open shared object file I am using ubuntu and I have installed COMPSs from the packages with apt-get. To launch the application I use: runcompss --tracing --lang=python name_application.py I already installed the PAPI libraries with: apt-get install papi-tools libpapi-dev EDIT: I am using version 1.4 回答1: The tracing system can not find your PAPI installation