Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 442 Bytes

threading_environment_variables.rst

File metadata and controls

13 lines (11 loc) · 442 Bytes

Threading Environment Variables

Variable Description
OMP_NUM_THREADS Sets the maximum number of threads to use for OpenMP parallel regions.
MKL_NUM_THREADS Sets the maximum number of threads to use for the Intel MKL library. Note that MKL_NUM_THREADS takes precedence over OMP_NUM_THREADS.