From a2b828af52d5a93200693a3ed02411516916c7dd Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 15 Feb 2023 07:09:38 -0600 Subject: [PATCH] Use 1 thread for OpenBLAS calls from numpy --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a47d5775..fd516b7f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,6 +83,7 @@ jobs: VECTFIT: ${{ matrix.vectfit }} LIBMESH: ${{ matrix.libmesh }} NPY_DISABLE_CPU_FEATURES: "AVX512F AVX512_SKX" + OPENBLAS_NUM_THREADS: 1 steps: - uses: actions/checkout@v3