libgomp: omp_set_max_active_levels

1 
1 2.26 'omp_set_max_active_levels' - Limits the number of active parallel regions
1 ===============================================================================
1 
1 _Description_:
1      This function limits the maximum allowed number of nested, active
1      parallel regions.
1 
1 _C/C++_
1      _Prototype_:   'void omp_set_max_active_levels(int max_levels);'
1 
1 _Fortran_:
1      _Interface_:   'subroutine omp_set_max_active_levels(max_levels)'
1                     'integer max_levels'
1 
1 _See also_:
1      ⇒omp_get_max_active_levels, ⇒omp_get_active_level
1 
1 _Reference_:
1      OpenMP specification v4.5 (http://www.openmp.org/), Section 3.2.15.
1