Go to main content
Oracle® Developer Studio 12.6: Debugging a Program with dbx

Exit Print View

Updated: June 2017
 
 

omp_pr Command

The omp_pr command prints a description of the current or specified parallel region, including the parent region, parallel region id, team size (number of threads), and program location (program counter address).

Syntax

omp_pr

Print a description of the current parallel region.

omp_pr parallel-region-ID

Print a description of the specified parallel region. This command does not cause dbx to switch the current parallel region to the specified region.

omp_pr –ancestors

Print descriptions of all the parallel regions along the path from the current parallel region to the root of the current parallel region tree.

omp_pr parallel-region-ID –ancestors

Print descriptions of all the parallel regions along the path from the specified parallel region to its root.

omp_pr –tree

Print a description of the whole parallel region tree.

omp_pr –v

Print a description of the current parallel region with team member information.