Display information on OpenMP* tasks.
Parallel > Tasks
Tasks
For debugging OpenMP* applications, it is useful to display a task's state, the parent task, the number of spawned tasks, a task's location, or other internal OpenMP* information. You can view this information with this window.
Select Show Spawned to display a list of tasks that were spawned by the currently selected task. If the task has not spawned any tasks, this item is disabled.
Select Go to Parent to display the parent task in the same window, if available. If the current task is already the parent, this item is disabled.
Select Go to Source to display the source code that created the current task.
Select Go to Disassembly to display the assembly code that created the current task.
Copyright © 2001-2011, Intel Corporation. All rights reserved.