compss

Error building a C/C++ application with COMPSs: Hardcoded path

倖福魔咒の 提交于 2019-12-12 09:46:56
问题 I am trying to build a COMPSs application developed with the C/C++ binding. When I am building the application, I got the following error. Do you have an idea about how can I solve this issue? xxxx:~/xxx/c/increment> buildapp increment *---------------------------------------------------------------------* * * * BSC - Barcelona Supercomputing Center * * COMP Superscalar * * * * C/C++ Applications - BUILD SCRIPT * * * * * * More information at COMP Superscalar Website: http://compss.bsc.es * *

How to fix libpapi.so.* cannot open shared object file when running (py)COMPSs with tracing?

删除回忆录丶 提交于 2019-12-09 06:57:30
问题 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

Error building a C/C++ application with COMPSs: Hardcoded path

妖精的绣舞 提交于 2019-12-05 19:17:42
I am trying to build a COMPSs application developed with the C/C++ binding. When I am building the application, I got the following error. Do you have an idea about how can I solve this issue? xxxx:~/xxx/c/increment> buildapp increment *---------------------------------------------------------------------* * * * BSC - Barcelona Supercomputing Center * * COMP Superscalar * * * * C/C++ Applications - BUILD SCRIPT * * * * * * More information at COMP Superscalar Website: http://compss.bsc.es * * * * Support: support-compss@bsc.es * * * * Dependencies: csh (sudo apt-get install csh) * * * *-------