Next: , Previous: omp_get_team_size, Up: Runtime Library Routines


2.12 omp_get_thread_limit – Maximal number of threads

Description:
Return the maximal number of threads of the program.
C/C++:

Prototype: int omp_get_thread_limit();

Fortran:

Interface: integer function omp_get_thread_limit()

See also:
omp_get_max_threads, OMP_THREAD_LIMIT
Reference:
OpenMP specifications v3.0, section 3.2.13.