flatironinstitute / disBatch

Tool to distribute a list of computational tasks over a pool of compute resources. The pool can grow or shrink.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set common threading env variables?

dylex opened this issue · comments

Should we set common environment variables like OMP_NUM_THREADS, MKL_NUM_THREADS, etc. to the appropriate -c value? I've noticed a number of disbatch tasks each trying to use all the cores, so setting some defaults may help.