Next:
OMP_NUM_THREADS
, Previous:
OMP_MAX_ACTIVE_LEVELS
, Up:
Environment Variables
3.3
OMP_NESTED
– Nested parallel regions
Description
:
Enable or disable nested parallel regions, i.e., whether team members are allowed to create new teams. The value of this environment variable shall be
TRUE
or
FALSE
. If undefined, nested parallel regions are disabled by default.
See also
:
omp_set_nested
Reference
:
OpenMP specifications v3.1
, section 4.5