libgomp: OMP_NESTED

1 
1 3.7 'OMP_NESTED' - Nested parallel regions
1 ==========================================
1 
1 _Description_:
1      Enable or disable nested parallel regions, i.e., whether team
1      members are allowed to create new teams.  The value of this
1      environment variable shall be 'TRUE' or 'FALSE'.  If undefined,
1      nested parallel regions are disabled by default.
1 
1 _See also_:
1      ⇒omp_set_nested
1 
1 _Reference_:
1      OpenMP specification v4.5 (http://www.openmp.org/), Section 4.6
1