Display information on OpenMP* barriers.
Parallel > Barriers
Barriers
An OpenMP* barrier defines a point in an application which every thread of a particular team has to reach before thread execution continues. For debugging OpenMP* applications, it is useful to display the barrier's state, the number of threads that reached the barrier, the barrier's location, or other internal OpenMP* information. You can view this information with this window.
Select Show Reached to display a list of threads that have reached the barrier.
Select Show Waiting For to display a list of tasks the barrier is waiting for.
Select Go to Source to display the source code that created the current barrier.
Select Go to Disassembly to display the assembly code that created the current barrier.
This window is fully supported for OpenMP* versions 3.0 and higher. For older versions, this window has restricted functionality.
Copyright © 2001-2011, Intel Corporation. All rights reserved.