Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4823 Discussions

src_kmp_barrier_cpp functiion can't find call stack information

sun__lei
Beginner
330 Views

Look at attachment picture. The src_kmp_barrier_cpp functiion can't find call stack information. How to solve this problem?

0 Kudos
1 Reply
Dmitry_P_Intel1
Employee
330 Views

Hello,

Be sure that you have "-knob enable-stack-collection=true" added to your command line or "Call Stack" knob switched ON in GUI configuration.

BTW - the function that you are looking at is OpenMP runtime function that usually signals imbalance on barriers or thread waiting on serial part of execution. If you want more details on OpenMP parallel efficiency I would recommend to run either Threading or HPC Performance Characterization analysis. See https://software.intel.com/en-us/vtune-amplifier-cookbook-openmp-code-analysis-method for more details.

Thanks & Regards, Dmitry

 

Reply