Next: omp_get_thread_limit
– Maximum number of threads, Previous: omp_get_team_size
– Number of threads in a team, Up: OpenMP 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() |
omp_set_teams_thread_limit
– Set upper thread limit for teams construct, OMP_TEAMS_THREAD_LIMIT
– Set the maximum number of threads imposed by teams
OpenMP specification v5.1, Section 3.4.6.