Tasks Window

Display information on OpenMP* tasks.

Menu

Parallel > Tasks

Toolbar

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.

Pop-up Menu

Show Spawned

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.

Go to Parent

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.

Go to Source

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

Go to Disassembly

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


Submit feedback on this help topic

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