Next: omp_get_max_active_levels, Previous: omp_get_dynamic, Up: Runtime Library Routines [Contents][Index]
omp_get_level
– Obtain the current nesting levelThis function returns the nesting level for the parallel blocks, which enclose the calling call.
Prototype: | int omp_get_level(void); |
Interface: | integer function omp_level() |
OpenMP specification v4.5, Section 3.2.17.