Next: OMP_THREAD_LIMIT, Previous: OMP_TARGET_OFFLOAD, Up: Environment Variables [Contents][Index]
OMP_TEAMS_THREAD_LIMIT
– Set the maximum number of threads imposed by teamsSpecifies an upper bound for the number of threads to use by each contention
group created by a teams construct without explicit thread_limit
clause. The value of this variable shall be a positive integer. If undefined,
the value of 0 is used which stands for an implementation defined upper
limit.
OpenMP specification v5.1, Section 6.24