libgomp: omp_set_dynamic

1 
1 2.25 'omp_set_dynamic' - Enable/disable dynamic teams
1 =====================================================
1 
1 _Description_:
1      Enable or disable the dynamic adjustment of the number of threads
1      within a team.  The function takes the language-specific equivalent
1      of 'true' and 'false', where 'true' enables dynamic adjustment of
1      team sizes and 'false' disables it.
1 
1 _C/C++_:
1      _Prototype_:   'void omp_set_dynamic(int dynamic_threads);'
1 
1 _Fortran_:
1      _Interface_:   'subroutine omp_set_dynamic(dynamic_threads)'
1                     'logical, intent(in) :: dynamic_threads'
1 
1 _See also_:
1      ⇒OMP_DYNAMIC, ⇒omp_get_dynamic
1 
1 _Reference_:
1      OpenMP specification v4.5 (http://www.openmp.org/), Section 3.2.7.
1