Next: omp_set_num_threads, Previous: omp_set_max_active_levels, Up: Runtime Library Routines [Contents][Index]
omp_set_nested
– Enable/disable nested parallel regionsEnable or disable nested parallel regions, i.e., whether team members
are allowed to create new teams. The function takes the language-specific
equivalent of true
and false
, where true
enables
dynamic adjustment of team sizes and false
disables it.
Prototype: | void omp_set_nested(int nested); |
Interface: | subroutine omp_set_nested(nested) |
logical, intent(in) :: nested |
OpenMP specification v4.5, Section 3.2.10.