Skip to content

Developer manual

Zhang Xianyi edited this page Jan 5, 2016 · 16 revisions

Run OpenBLAS Test

We use netlib blas test, cblas test, and LAPACK test. Meanwhile, we use BLAS-Tester, a modified test tool from ATLAS.

  • Run test and ctest at OpenBLAS. e.g. make test or make ctest.
  • Run LAPACK test. e.g. make lapack-test.
  • Clone BLAS-Tester, which can compare the OpenBLAS result with netlib reference BLAS.
Clone this wiki locally