Next: omp_get_thread_limit, Previous: omp_get_team_size, Up: Runtime Library Routines [Contents][Index]
omp_get_teams_thread_limit
– Maximum number of threads imposed by teamsReturn the maximum number of threads that will be able to participate in each team created by a teams construct.
Prototype: | int omp_get_teams_thread_limit(void); |
Interface: | integer function omp_get_teams_thread_limit() |
OpenMP specification v5.1, Section 3.4.6.