libgomp: omp_get_max_threads

1 
1 2.9 'omp_get_max_threads' - Maximum number of threads of parallel region
1 ========================================================================
1 
1 _Description_:
1      Return the maximum number of threads used for the current parallel
1      region that does not use the clause 'num_threads'.
1 
1 _C/C++_:
1      _Prototype_:   'int omp_get_max_threads(void);'
1 
1 _Fortran_:
1      _Interface_:   'integer function omp_get_max_threads()'
1 
1 _See also_:
DONTPRINTYET 1      ⇒omp_set_num_threads, ⇒omp_set_dynamic, *note1      omp_get_thread_limit::
1 
1 _Reference_:
1      OpenMP specification v4.5 (http://www.openmp.org/), Section 3.2.3.
1