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
The structured blocks in the sections construct are assigned to the threads in the team in a static with no chunk size fashion, so that each thread gets an approximately equal number of consecutive structured blocks.
The first thread to encounter the single construct will execute the construct.
The implementation replaces all atomic directives by enclosing the target statement with a special, named critical construct. This operation enforces exclusive access between all atomic regions in the program, regardless of whether these regions update the same or different storage locations.