Barriers Window

Display information on OpenMP* barriers.

Menu

Parallel > Barriers

Toolbar

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.

Pop-up Menu

Show Reached

Select Show Reached to display a list of threads that have reached the barrier.

Show Waiting For

Select Show Waiting For to display a list of tasks the barrier is waiting for.

Go to Source

Select Go to Source to display the source code that created the current barrier.

Go to Disassembly

Select Go to Disassembly to display the assembly code that created the current barrier.

Note iconNote

This window is fully supported for OpenMP* versions 3.0 and higher. For older versions, this window has restricted functionality.


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.