Next: omp_get_num_threads, Previous: omp_get_num_procs, Up: Runtime Library Routines [Contents][Index]
omp_get_num_teams
– Number of teamsReturns the number of teams in the current team region.
Prototype: | int omp_get_num_teams(void); |
Interface: | integer function omp_get_num_teams() |
OpenMP specification v4.5, Section 3.2.32.