Next: , Previous: omp_get_schedule, Up: Runtime Library Routines


2.17 omp_get_team_num – Get team number

Description:
Returns the team number of the calling thread.
C/C++:

Prototype: int omp_get_team_num(void);

Fortran:

Interface: integer function omp_get_team_num()

Reference:
OpenMP specification v4.5, Section 3.2.33.