luca-fiorito-11/sandy

multi-threading pandas / numpy /scipy

luca-fiorito-11 opened this issue · 0 comments

Set maximum number of threads created by some of the pandas/numpy/scipy functions.

export OMP_NUM_THREADS=$N
export NUMEXPR_NUM_THREADS=$N
export MKL_NUM_THREADS=$N
export MKL_DOMAIN_NUM_THREADS=$N

where N is the number of threads.