Next: omp_get_max_threads, Previous: omp_get_max_task_priority, Up: Runtime Library Routines [Contents][Index]
omp_get_max_teams
– Maximum number of teams of teams regionReturn the maximum number of teams used for the teams region
that does not use the clause num_teams
.
Prototype: | int omp_get_max_teams(void); |
Interface: | integer function omp_get_max_teams() |
OpenMP specification v5.1, Section 3.4.4.