Next: omp_set_num_threads, Previous: omp_set_nested, Up: Runtime Library Routines [Contents][Index]
omp_set_num_teams
– Set upper teams limit for teams constructSpecifies the upper bound for number of teams created by the teams construct
which does not specify a num_teams
clause. The
argument of omp_set_num_teams
shall be a positive integer.
Prototype: | void omp_set_num_teams(int num_teams); |
Interface: | subroutine omp_set_num_teams(num_teams) |
integer, intent(in) :: num_teams |
OpenMP specification v5.1, Section 3.4.3.