Display information on OpenMP* teams.
Parallel > Teams
Teams
An OpenMP* team is a set of one or more threads which are members of a parallel region. For debugging OpenMP* applications, it is useful to display the parent team, the number of threads in a team, the team's location, or other internal OpenMP* information. You can view this information with this window.
Select Show Threads to display a list of threads belonging to the team.
Select Go to Parent to display the parent team in the same window, if available. If the current team is already the parent, this item is disabled.
Select Go to Source to display the source code that created the current team.
Select Go to Disassembly to display the assembly code that created the current team.
Copyright © 2001-2011, Intel Corporation. All rights reserved.