Hi, is there an issue to confine the max number of threads with env variable?
Same as done for other packages:
e.g.:
export OMP_NUM_THREADS=1
export MKL_NUM_THREADS=1
export NUMEXPR_NUM_THREADS=1
(I know it is possible directly in python, but sometimes it is easier in bash)
Thanks,