Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing path in modulefile? #150

Closed
jhux2 opened this issue Sep 7, 2022 · 1 comment
Closed

Missing path in modulefile? #150

jhux2 opened this issue Sep 7, 2022 · 1 comment

Comments

@jhux2
Copy link

jhux2 commented Sep 7, 2022

I'm testing out omnitrace-1.4.0-opensuse-15.3-ROCm-50200-PAPI-OMPT-Python3 on ORNL's crusher cluster. After instrumenting my code, I discovered that there were some undefined symbols related to TBB:

        libtbb.so.2 => not found
        libtbbmalloc_proxy.so.2 => not found
        libtbbmalloc.so.2 => not found

I was able to fix this by adding a line to the omnitrace 1.4.0: module file:

prepend-path LD_LIBRARY_PATH "${ROOT}/lib/omnitrace"
@ronniec91
Copy link

Thanks for reporting @jhux2 and we appreciate you trying the tool out. Looking forward to more feedback.

This has been fixed as part of #140, also mentioned by @jrmadsen in #148. The fix will be available in v 1.5.0 release.

@jhux2 jhux2 closed this as completed Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants