Skip Navigation Links | |
Exit Print View | |
Oracle Solaris Studio 12.3: OpenMP API User's Guide Oracle Solaris Studio 12.3 Information Library |
2. Compiling and Running OpenMP Programs
3. Implementation-Defined Behaviors
3.3 Internal Control Variables
3.4 Dynamic Adjustment of Threads
3.7.3 omp_set_max_active_levels()
3.7.4 omp_get_max_active_levels()
3.9.3 Runtime Library Definitions
6. Automatic Scoping of Variables
Task scheduling points in untied task regions occur at the same points as in tied task regions. Therefore, within untied task regions, the OpenMP specification defines the following task scheduling:
Encountered task constructs
Encountered taskwait constructs
Encountered taskyield constructs
Encountered barrier directives
Implicit barrier regions
At the end of the untied task region