Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

VTune Amplifier XE

doris_kong
Beginner
321 Views

linuxVTune Amplifier XE
amplxe-cl -collect hotspots ./

The libpthread.so library could not be found during program initialization.
The program executable may be dynamic but not depend on libpthread.so.This model is not directly supportly now.
Suggestion:Set the LD_PRELOAD environment variable to the name of the PThreads shared library to make sure it is loaded during program initialization

export LD_PRELOAD=usr/lib/libpthread.so,libpthread.sousr/lib/

ERROR:ld.so:object 'usr/lib/libpthread.so' from LD_PRELOAD cannot be preloaded:ignore
 

0 Kudos
1 Reply
Peter_W_Intel
Employee
321 Views
VTuneTMAmplifier XE
libpthread.so,
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/
amplxe-cl
0 Kudos
Reply