omp_get_num_teams_dim – Number of teams along a dimension ¶Returns the size in dimension DIM of the number of initial teams, i.e. the value of the league-size-var ICV in dimension dim. For inactive spatial dimensions, the routine returns 1. The dimension argument DIM must be non-negative.
Fortran note: In GCC, this routine does not support passing default-kind integer
arguments with -fdefault-integer-8.
| prototype: | int omp_get_num_teams(int dim) |
| interface: | integer function omp_get_num_teams(dim) |
integer :: dim |
omp_get_num_teams – Number of teams, OMP_NUM_TEAMS – Specifies the number of teams to use by teams region, omp_get_team_num_dim – Get team number in a dimension
omp_get_supported_active_team_dims – Number of supported team dimensions
OpenMP Technical Report 15, Section 29.3