Skip to content

Commit 492099e

Browse files
committed
remove *NUM_THREADS env variables from default config
1 parent 39f91e3 commit 492099e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

distributed/distributed.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,6 @@ distributed:
193193
pre-spawn-environ:
194194
# See https://distributed.dask.org/en/stable/worker-memory.html#automatically-trim-memory
195195
MALLOC_TRIM_THRESHOLD_: 65536
196-
# Numpy configuration
197-
OMP_NUM_THREADS: 1
198-
MKL_NUM_THREADS: 1
199-
OPENBLAS_NUM_THREADS: 1
200196

201197
client:
202198
heartbeat: 5s # Interval between client heartbeats

0 commit comments

Comments
 (0)