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
TRUEorFALSE. If undefined, dynamic adjustment is disabled by default.See also:omp_set_dynamic
Reference:OpenMP specification v4.5, Section 4.3