From d0946e44e17f50b68a226b35110b7a9770db977f Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Sat, 9 Nov 2024 13:06:18 +0100 Subject: [PATCH] use eager registry --- bin/run_julia | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/run_julia b/bin/run_julia index 5333902..7546f7f 100755 --- a/bin/run_julia +++ b/bin/run_julia @@ -5,6 +5,7 @@ if [[ $(basename $(pwd)) == "bin" ]]; then fi export MPLBACKEND=qt5agg +export JULIA_PKG_SERVER_REGISTRY_PREFERANCE=eager if command -v nproc &> /dev/null; then FAST_CORES=$(($(nproc) / 2 - 1))