TiborGY
1ca46c5a32
upload makefile for the c++ thread safety tests
7 years ago
TiborGY
9b77de8d6c
fix warning, make output nicer
7 years ago
TiborGY
83ceef6fa3
fix warnings
7 years ago
TiborGY
c4170aedf9
fix warning, make output nicer
7 years ago
TiborGY
d7ce9f533c
upload (3/3)
upload dgemv tester
7 years ago
TiborGY
497aff571e
upload (2/3)
make common functions more flexible, add vector fill function
7 years ago
TiborGY
b7529505c0
upload (1/3)
7 years ago
TiborGY
7d687f202e
split common code into a header (part 2/2)
7 years ago
TiborGY
1c3f3fa8fe
split common code into a header (part 1/2)
7 years ago
TiborGY
2e8cd9f3ad
more output, use OMP for simultaneous thread launch
Launching threads sequentially has a significant chance of giving a false negative. If an OMP parallel for construct is used to launch the concurrent calculations, then all threads start almost exactly at the same time, thus they have the highest chance of clashing.
7 years ago
TiborGY
1b88a2b1ed
upload cpp_thread_test
this is a small program that uses C++11 threading to launch a bunch of concurrent BLAS/LAPACK calculations, to test the thread safety of the library
7 years ago