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


2.5 omp_get_max_active_levels – Maximum number of active regions

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

Prototype: int omp_get_max_active_levels(void);

Fortran:

Interface: integer function 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.