Test solvers on MatrixMarket collections.
This test is located in Tests/solver_test001
###Brief
Test solvers and tune parameters on huge set of public domain matrices.
##Description
This test will run solvers in serial against symmetric or non-symmetric real problems from Harwell-Boing collection, Sparskit collection, NEP collection, and other collections available from http://math.nist.gov/MatrixMarket/.
Main purpose of this test is to assess robustness of internal solver during development. During develpement no performance gain should be accepted if as a results of the gain solver robustness narrows.
Another purpose is to tune solver's parameters for the optimal performance on some subset of matrices.
##Arguments
The test have two parameters, the first parameter indicates path to matrix and is necessary, the second parameter indicates path to right hand side.
##CMake tests
Will generate lots of solver_test001_* tests.
#Status
Currently internal solver INNER_MLILUC is capable of solving 00% of the whole set.
##Source
- Source code is adopted from examples/MatSolve
- MatrixMarket http://math.nist.gov/MatrixMarket/