Next: omp_set_num_threads, Previous: omp_set_dynamic, Up: Runtime Library Routines
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_dynamic(int);
|
| Interface: | subroutine omp_set_dynamic(set)
|
integer, intent(in) :: set
|