Use 1 thread for OpenBLAS calls from numpy

This commit is contained in:
Paul Romano 2023-02-15 07:09:38 -06:00
parent 0435e64fd0
commit a2b828af52

View file

@ -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