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

src_kmp_barrier_cpp functiion can't find call stack information

sun__lei
Beginner
569 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
569 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

 

0 Kudos
Reply