Next: omp_set_nested, Previous: omp_set_dynamic, Up: Runtime Library Routines [Contents][Index]
omp_set_max_active_levels – Limits the number of active parallel regionsThis function limits the maximum allowed number of nested, active parallel regions.
| Prototype: | void omp_set_max_active_levels(int max_levels); | 
| Interface: | subroutine omp_set_max_active_levels(max_levels) | 
| integer max_levels | 
OpenMP specification v4.5, Section 3.2.15.