mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 04:43:42 +01:00
Prevent unintentional parallelization in OpenBLAS
This commit is contained in:
parent
2e3e7d7feb
commit
2c70bdfada
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -116,6 +116,7 @@ jobs:
|
|||||||
- name: Test app4triqs
|
- name: Test app4triqs
|
||||||
env:
|
env:
|
||||||
DYLD_FALLBACK_LIBRARY_PATH: /usr/local/opt/llvm/lib
|
DYLD_FALLBACK_LIBRARY_PATH: /usr/local/opt/llvm/lib
|
||||||
|
OPENBLAS_NUM_THREADS: "1"
|
||||||
run: |
|
run: |
|
||||||
source $HOME/install/share/triqs/triqsvars.sh
|
source $HOME/install/share/triqs/triqsvars.sh
|
||||||
cd build
|
cd build
|
||||||
|
Loading…
Reference in New Issue
Block a user