Next: omp_get_max_task_priority, Previous: omp_get_level, Up: Runtime Library Routines [Contents][Index]
omp_get_max_active_levels
– Maximum number of active regionsThis function obtains the maximum allowed number of nested, active parallel regions.
Prototype: | int omp_get_max_active_levels(void); |
Interface: | integer function omp_get_max_active_levels() |
OpenMP specification v4.5, Section 3.2.16.