// Test seeking smallest with low accuracy
// ---------------------------------------------------
//                 driver configuration
// ---------------------------------------------------
driver.matrixFile    = lund_b.mtx
driver.checkXFile    = tests/sol_203
driver.checkInterface = 1
driver.PrecChoice    = noprecond

// ---------------------------------------------------
//                 primme configuration
// ---------------------------------------------------
// Output and reporting
primme_svds.printLevel = 1

// Solver parameters
primme_svds.numSvals = 5
primme_svds.eps = 7.000000e-12
primme_svds.target = primme_svds_smallest
