Next: , Previous: , Up: Runtime Library Routines   [Contents][Index]


3.23 omp_get_teams_thread_limit – Maximum number of threads imposed by teams

Description:

Return the maximum number of threads that will be able to participate in each team created by a teams construct.

C/C++:
Prototype:int omp_get_teams_thread_limit(void);
Fortran:
Interface:integer function omp_get_teams_thread_limit()
See also:

omp_set_teams_thread_limit, OMP_TEAMS_THREAD_LIMIT

Reference:

OpenMP specification v5.1, Section 3.4.6.