Skip to content

Commit 4fa2db1

Browse files
committed
Update CMake configuration to disable OpenMP runtime
Disable OpenMP runtime to avoid TSAN false positives
1 parent bd1c7dc commit 4fa2db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
MKL_VERSION: 2023.0.0
138138
run: |
139139
sudo apt install -y intel-oneapi-mkl-devel-$MKL_VERSION
140-
cmake -DCMAKE_INSTALL_PREFIX=$PWD/install -DBUILD_TESTS=ON -DENABLE_THREAD_SANITIZER=ON -DCMAKE_BUILD_TYPE=Debug .
140+
cmake -DCMAKE_INSTALL_PREFIX=$PWD/install -DOPENMP_RUNTIME=NONE -DBUILD_TESTS=ON -DENABLE_THREAD_SANITIZER=ON -DCMAKE_BUILD_TYPE=Debug .
141141
142142
- name: Build
143143
run: |

0 commit comments

Comments
 (0)