omp_set_nested – Enable/disable nested parallel regionstrue and false, where true enables
dynamic adjustment of team sizes and false disables it.
| Prototype: | void omp_set_nested(int set);
|
| Interface: | subroutine omp_set_nested(set)
|
logical, intent(in) :: set
|