Next: omp_get_max_threads, Up: Runtime Library Routines
omp_get_dynamic
– Dynamic teams settingtrue
if enabled, false
otherwise.
Here, true
and false
represent their language-specific
counterparts.
The dynamic team setting may be initialized at startup by the
OMP_DYNAMIC
environment variable or at runtime using
omp_set_dynamic
. If undefined, dynamic adjustment is
disabled by default.
Prototype: | int omp_get_dynamic();
|
Interface: | logical function omp_get_dynamic()
|