You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know for sure, as I do not know your environment. But it looks like you use anaconda, which modifies your environment a lot and ships many libraries.
I would recommend to rebuild Score-P inside this environment. Anything else might lead to version conflicts with the different libs.
I am trying to use the scorep-python bindings to instrument python applications on our HPC. These were installed with --enable-shared.
Running python scripts with the scorep module gives errors :
/usr/bin/ld: cannot find -lz
/usr/bin/ld: cannot find -lbfd
LD_LIBRARY_PATH has:
/opt/ohpc/pub/utils/scorep-8.0/libexec:/opt/ohpc/pub/utils/scorep-8.0/lib:/opt/ohpc/pub/utils/scalasca/lib:/opt/ohpc/pub/compiler/gcc/11.3.0/lib:/opt/ohpc/pub/compiler/gcc/11.3.0/libexec:/opt/ohpc/pub/compiler/gcc/11.3.0/lib64
Logs are attached. How can this be resolved ? Do I need to reinstall scorep or just point to some environment variable containing the libbfd.so file?
0_GW150914.log
The text was updated successfully, but these errors were encountered: