Next: omp_set_max_active_levels, Previous: omp_in_final, Up: Runtime Library Routines
omp_set_dynamic
– Enable/disable dynamic teamstrue
and false
, where true
enables dynamic
adjustment of team sizes and false
disables it.
Prototype: | void omp_set_dynamic(int set);
|
Interface: | subroutine omp_set_dynamic(set)
|
logical, intent(in) :: set
|