omp_get_num_teams – Number of teams ¶Returns the number of teams in the current team region.
| Prototype: | int omp_get_num_teams(void); |
| Interface: | integer function omp_get_num_teams() |
omp_get_num_teams_dim – Number of teams along a dimension, OMP_NUM_TEAMS – Specifies the number of teams to use by teams region, omp_get_team_num – Get team number
OpenMP specification v4.5, Section 3.2.32.