Crunching all the MatrixMarket collections with internal solver.
This test is located in Tests/solver_test001
###Brief
Solver INNER_MLILUC should be robust enough to go through entire MatrixMarket collection set on default parameters.
##Description
This test will run internal solver INNER_MLILUC 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 preserve robustness of internal solver during development. It means that no performance gain should be accepted if as a results of the gain solver no more able to crunch the full set 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.
##Source
Source code is adopted from examples/MatSolve MatrixMarket http://math.nist.gov/MatrixMarket/