Next: omp_get_nested, Previous: omp_get_max_task_priority, Up: Runtime Library Routines [Contents][Index]
omp_get_max_threads
– Maximum number of threads of parallel regionReturn the maximum number of threads used for the current parallel region
that does not use the clause num_threads
.
Prototype: | int omp_get_max_threads(void); |
Interface: | integer function omp_get_max_threads() |
OpenMP specification v4.5, Section 3.2.3.