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'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:
I'm testing out
omnitrace-1.4.0-opensuse-15.3-ROCm-50200-PAPI-OMPT-Python3
on ORNL'scrusher
cluster. After instrumenting my code, I discovered that there were some undefined symbols related to TBB:I was able to fix this by adding a line to the omnitrace
1.4.0
: module file:The text was updated successfully, but these errors were encountered: