omp_get_max_active_levels
– Current maximum number of active regions ¶This 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() |
omp_set_max_active_levels
– Limits the number of active parallel regions, omp_get_active_level
– Number of parallel regions
OpenMP specification v4.5, Section 3.2.16.