From 492099e1cb19390d3de3745e0173cccdd1b3c167 Mon Sep 17 00:00:00 2001 From: Phil Schaf Date: Mon, 26 May 2025 13:46:30 +0200 Subject: [PATCH] remove *NUM_THREADS env variables from default config --- distributed/distributed.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/distributed/distributed.yaml b/distributed/distributed.yaml index 645118b9c5..413f1be73b 100644 --- a/distributed/distributed.yaml +++ b/distributed/distributed.yaml @@ -193,10 +193,6 @@ distributed: pre-spawn-environ: # See https://distributed.dask.org/en/stable/worker-memory.html#automatically-trim-memory MALLOC_TRIM_THRESHOLD_: 65536 - # Numpy configuration - OMP_NUM_THREADS: 1 - MKL_NUM_THREADS: 1 - OPENBLAS_NUM_THREADS: 1 client: heartbeat: 5s # Interval between client heartbeats