oon3m0oo
2aa0a5804e
Use BLAS rather than CBLAS in test_fork.c ( #1626 )
This is handy for people not using lapack.
7 years ago
Martin Kroeker
5fcaca6438
fork utest depends on CBLAS
7 years ago
Martin Kroeker
e7366a4161
Restore the remaining utests ( #1462 )
* Restore the remaining utests
* Try fork test on Cygwin and Linux only, it hangs on at least ARMv8/Android as well
* Use generic sswap/dswap kernels for NEHALEM 32bit to fix fault found by the restored swap utest
* Disable zdotu test for MS cl to work around runtime error -1073741819 on AppVeyor for now
(probably coding error in the initialization of the complex numbers or wrong choice of zdotu API)
8 years ago
Martin Kroeker
f4b095b1bb
test_fork is not meant (nor expected) to be run with OpenMP
Fixes 1456
8 years ago
Martin Kroeker
632b8e0f05
Merge current Makefile from develop
8 years ago
Martin Kroeker
a1bc0fcf07
Resurrect utest for rotmg and add testcase for issue 1452
8 years ago
François Bissey
f124ffab47
make utest/Makefile respect LDFLAGS
9 years ago
Aleksey Kuleshov
3d50ccdc0d
allow building tests when CROSS compiling but don't run them
9 years ago
Zhang Xianyi
4fc8c937d4
Refs #695 add testcase.
10 years ago
Zhang Xianyi
a04d0555ba
[av skip] Fix utest makefile bug on travis ci.
10 years ago
Zhang Xianyi
3761c30ba4
Fix makefile bug for utest.
10 years ago
Zhang Xianyi
5a8447e97e
Use ctest.h for unit test. Enable unit test on travis CI.
10 years ago
Zhang Xianyi
698e77dba4
Refs #406 . Fixed utest building bug.
11 years ago
Timothy Gu
6c2ead30f0
Remove all trailing whitespace except lapack-netlib
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
11 years ago
Olivier Grisel
138a841390
FIX #294 : make OpenBLAS thread-pool resilient to fork via pthread_atfork
12 years ago
Xianyi Zhang
5656cca4f3
Added the test case for samax.
13 years ago
Xianyi Zhang
b2bdb6f7c4
Automatically download CUnit 2.1.2-2 version from SF.net.
13 years ago
Xianyi Zhang
1d60510959
Added the unit testcase for dsdot.
14 years ago
Xianyi Zhang
03272a606d
Added the unit test for drotmg.
14 years ago
Xianyi Zhang
cd2cbabecc
Added unit test case (zdotu, N=1).
15 years ago
Xianyi Zhang
109b86d00e
Added axpy unit test with incx==0 and incy==0.
15 years ago
Xianyi Zhang
8dd3fd7f26
Added swap unit test with incx==0 and incy==0.
15 years ago
Xianyi Zhang
fbf95688d6
Added utest frame using CUnit( http://cunit.sourceforge.net/ ).
15 years ago