Next:
OMP_MAX_ACTIVE_LEVELS
, Up:
Environment Variables
3.1
OMP_DYNAMIC
– Dynamic adjustment of threads
Description
:
Enable or disable the dynamic adjustment of the number of threads within a team. The value of this environment variable shall be
TRUE
or
FALSE
. If undefined, dynamic adjustment is disabled by default.
See also
:
omp_set_dynamic
Reference
:
OpenMP specifications v3.1
, section 4.3