libgomp: omp_get_dynamic

1 
1 2.5 'omp_get_dynamic' - Dynamic teams setting
1 =============================================
1 
1 _Description_:
1      This function returns 'true' if enabled, 'false' otherwise.  Here,
1      'true' and 'false' represent their language-specific counterparts.
1 
1      The dynamic team setting may be initialized at startup by the
1      'OMP_DYNAMIC' environment variable or at runtime using
1      'omp_set_dynamic'.  If undefined, dynamic adjustment is disabled by
1      default.
1 
1 _C/C++_:
1      _Prototype_:   'int omp_get_dynamic(void);'
1 
1 _Fortran_:
1      _Interface_:   'logical function omp_get_dynamic()'
1 
1 _See also_:
1      ⇒omp_set_dynamic, ⇒OMP_DYNAMIC
1 
1 _Reference_:
1      OpenMP specification v4.5 (http://www.openmp.org/), Section 3.2.8.
1