Next: omp_get_max_active_levels
– Current maximum number of active regions, Previous: omp_get_initial_device
– Return device number of initial device, Up: OpenMP 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.