Next: OMP_NUM_THREADS, Previous: OMP_NESTED, Up: Environment Variables [Contents][Index]
OMP_NUM_TEAMS
– Specifies the number of teams to use by teams regionSpecifies the upper bound for number of teams to use in teams regions
without explicit num_teams
clause. The value of this variable shall
be a positive integer. If undefined it defaults to 0 which means
implementation defined upper bound.
OpenMP specification v5.1, Section 6.23