Math Kernel Library Developer Guide
You can set the number of threads using the environment variable OMP_NUM_THREADS. To change the number of OpenMP threads, in the command shell in which the program is going to run, enter:
export OMP_NUM_THREADS=<number of threads to use>.