File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,21 @@ COMMON_PROF = -pg
220
220
# SYMBOLPREFIX=
221
221
# SYMBOLSUFFIX=
222
222
223
+ # Run a C++ based thread safety tester after the build is done.
224
+ # This is mostly intended as a developer feature to spot regressions, but users and
225
+ # package maintainers can enable this if they have doubts about the thread safety of
226
+ # the library, given the configuration in this file.
227
+ # By default, the thread safety tester launches 52 concurrent calculations at the same
228
+ # time.
229
+ #
230
+ # Please note that the test uses ~1300 MiB of RAM for the DGEMM test.
231
+ #
232
+ # The test requires CBLAS to be built, a C++11 capable compiler and the presence of
233
+ # an OpenMP implementation. If you are cross-compiling this test will probably not
234
+ # work at all.
235
+ #
236
+ # CPP_THREAD_SAFETY_TEST = 1
237
+
223
238
#
224
239
# End of user configuration
225
240
#
You can’t perform that action at this time.
0 commit comments