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 have build tau (commit "Mon Apr 8 06:41:03 2024 -0700") on redhat 8.7 with classic intel compilers from intel-oneapi-compilers/2023.2.1.
I have instrumented an app with compiler instrumentation.
When I run the app get the warning "unable to initialize decompress status for section .debug_info" and no routine app name are shown in paraprof stats ( only addresses).
Is thee any work around for this? From Goolge I gather that this is about a change in binutils/elfutils.
Lucian Anton
The text was updated successfully, but these errors were encountered:
my config line is as follow
-ompt -c++=icpc -cc=icc -fortran=ifort -mpi -pthread -tag=oneapi-2023.2.1-ompi-4.1.6-ompt
I have some other news:
I have installed tau via spack.
It works as expected with gcc 12 but the spack installation fails in bin-utils when I tried to install with intel 2021.10.0
So I guess the trick is to get a compatible bin-utils.
Yes, that fixes the issues. Thanks!
As a note, before the bew configure I found out that it also works if in the compilation script I add to LD_LIBRARY_PATH the bin-utils from the gcc spack installation.
Hello,
I have build tau (commit "Mon Apr 8 06:41:03 2024 -0700") on redhat 8.7 with classic intel compilers from intel-oneapi-compilers/2023.2.1.
I have instrumented an app with compiler instrumentation.
When I run the app get the warning "unable to initialize decompress status for section .debug_info" and no routine app name are shown in paraprof stats ( only addresses).
Is thee any work around for this? From Goolge I gather that this is about a change in binutils/elfutils.
Lucian Anton
The text was updated successfully, but these errors were encountered: