From ea551784ede1315bdde697c017a46e2ecaec92cb Mon Sep 17 00:00:00 2001 From: Sean Date: Thu, 24 Feb 2022 11:55:23 +1100 Subject: [PATCH] Revert "set multiprocessing backends to single threaded" This reverts commit 4f89e9fa2a97e89982ad6ab0bbc59fc0d6fa77e6. --- .github/workflows/build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9b3b75f3..2b23f3996 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,10 +103,6 @@ jobs: pytest --cov-config=.coveragerc --cov-report term-missing:skip-covered --cov=pyrate tests/ -m "not slow" env: OMP_NUM_THREADS: 1 - OPENBLAS_NUM_THREADS: 1 - MKL_NUM_THREADS: 1 - VECLIB_MAXIMUM_THREADS: 1 - NUMEXPR_NUM_THREADS: 1 - name: Test Pyrate in Python ${{ matrix.python-version }} without MPI if: env.PYTHONVERSION == '3.9' run: | @@ -114,8 +110,4 @@ jobs: pytest --cov-config=.coveragerc --cov-report term-missing:skip-covered --cov=pyrate tests/ -m "not slow and not mpi" env: OMP_NUM_THREADS: 1 - OPENBLAS_NUM_THREADS: 1 - MKL_NUM_THREADS: 1 - VECLIB_MAXIMUM_THREADS: 1 - NUMEXPR_NUM_THREADS: 1