Skip to content

Commit

Permalink
disable MKL threading, Python randomized hashes
Browse files Browse the repository at this point in the history
To reduce undeterministic behavior as much as possible, this patch disables
threading in MKL and disables Python's randomized hashes in Github Actions.
  • Loading branch information
joostvanzwieten committed Aug 27, 2021
1 parent f8fa841 commit b838268
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
NUTILS_NPROCS: ${{ matrix.nprocs }}
OMP_NUM_THREADS: 1
VECLIB_MAXIMUM_THREADS: 1
MKL_DYNAMIC: FALSE
MKL_NUM_THREADS: 1
PYTHONHASHSEED: 0
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit b838268

Please sign in to comment.