omp_get_num_teams – Number of teams#
- Description:
Returns the number of teams in the current team region.
- C/C++:
Prototype:
int omp_get_num_teams(void);- Fortran:
Interface:
integer function omp_get_num_teams()- Reference:
OpenMP specification v4.5, Section 3.2.32.