Next: omp_get_ancestor_thread_num, Up: Runtime Library Routines [Contents][Index]
omp_get_active_level
– Number of parallel regionsThis function returns the nesting level for the active parallel blocks, which enclose the calling call.
Prototype: | int omp_get_active_level(void); |
Interface: | integer function omp_get_active_level() |
omp_get_level, omp_get_max_active_levels, omp_set_max_active_levels
OpenMP specification v4.5, Section 3.2.20.