Next: omp_get_team_size, Previous: omp_get_schedule, Up: Runtime Library Routines [Contents][Index]
omp_get_team_num
– Get team numberReturns the team number of the calling thread.
Prototype: | int omp_get_team_num(void); |
Interface: | integer function omp_get_team_num() |
OpenMP specification v4.5, Section 3.2.33.