Next:
OMP_WAIT_POLICY
, Previous:
OMP_SCHEDULE
, Up:
Environment Variables
3.7
OMP_THREAD_LIMIT
– Set the maximal number of threads
Description
:
Specifies the number of threads to use for the whole program. The value of this variable shall be positive integer. If undefined, the number of threads is not limited.
See also
:
OMP_NUM_THREADS
omp_get_thread_limit
Reference
:
OpenMP specifications v3.0
, section 4.8