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


2.4 omp_get_level – Obtain the current nesting level

Description:
This function returns the nesting level for the parallel blocks, which enclose the calling call.
C/C++

Prototype: int omp_get_level(void);

Fortran:

Interface: integer function omp_level()

See also:
omp_get_active_level
Reference:
OpenMP specifications v3.1, section 3.2.16.