We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7cf297 commit 0c688c7Copy full SHA for 0c688c7
1 file changed
.gitlab-ci.yml
@@ -91,6 +91,6 @@ thread-sanitizer:
91
- cd tests
92
- export CXX=g++
93
- export CXXFLAGS="$CXXFLAGS -g"
94
- - export EXCLUDE_TESTS="CriticalLock CriticalName CriticalNameHint ParallelNested PreaccumulationLocal SectionsNowait"
+ - export EXCLUDE_TESTS="CriticalLock CriticalName CriticalNameHint OrderedNowait ParallelNested PreaccumulationLocal SectionsNowait"
95
- export OMP_NUM_THREADS=$(expr $(nproc --all) / 2)
96
- make all
0 commit comments