Next: OMP_NUM_THREADS, Previous: OMP_MAX_ACTIVE_LEVELS, Up: Environment Variables [Contents][Index]
OMP_NESTED
– Nested parallel regionsEnable 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.
OpenMP specification v4.0, Section 4.6