dask / dask/distributed

Support NUMBA_NUM_THREADS env variable

Open
#9,075 0 comments 1 reaction 0 assignees View on GitHub
needs triage
Dominant language
Python
Stars
1.7k
Forks
778
Avg merge
2h 50m
Merged PRs (30d)
3

Description

According to [Avoid Oversubscribing Threads](https://docs.dask.org/en/latest/array-best-practices.html#avoid-oversubscribing-threads), you set OMP_NUM_THREADS, MKL_NUM_THREADS, and OPENBLAS_NUM_THREADS.

You should also set NUMBA_NUM_THREADS and maybe more: https://github.com/joblib/joblib/blob/ed0806a497268005ad7dad30f79e1d563927d7c6/joblib/_parallel_backends.py#L59-L67

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.