Next: , Previous: omp_get_level, Up: Runtime Library Routines


2.5 omp_set_max_active_levels – Maximal number of active regions

Description:
This function obtains the maximally allowed number of nested, active parallel regions.
C/C++

Prototype: int omp_get_max_active_levels();

Fortran:

Interface: int omp_get_max_active_levels()

See also:
omp_set_max_active_levels, omp_get_active_level
Reference:
OpenMP specifications v3.0, section 3.2.14.