omp_get_team_num – Get team number ¶Returns the team number of the calling thread.
| Prototype: | int omp_get_team_num(void); |
| Interface: | integer function omp_get_team_num() |
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_num_teams – Number of teams
OpenMP specification v4.5, Section 3.2.33.