From 2c70bdfada1ffb0e720ec9409ee035b822a0fbbe Mon Sep 17 00:00:00 2001 From: Henri Menke Date: Mon, 16 Oct 2023 09:54:59 +0200 Subject: [PATCH] Prevent unintentional parallelization in OpenBLAS --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4768d1eb..d3ad8689 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,6 +116,7 @@ jobs: - name: Test app4triqs env: DYLD_FALLBACK_LIBRARY_PATH: /usr/local/opt/llvm/lib + OPENBLAS_NUM_THREADS: "1" run: | source $HOME/install/share/triqs/triqsvars.sh cd build