// ///////////////////////////////////////////////////////////////////
// 		Driver configuration file
// ///////////////////////////////////////////////////////////////////
// Matrix file  (matlab format)
driver.matrixFile    = HA.mtx

// Output file name
driver.outputFile    = sample.out

// ///////////////////////////////////////////////////////////////////
// Preconditioning parameters for ILUT for sparskit
//     .PrecChoice can be 
//      0    no preconditioner 
//	1    K = Diagonal of (A-driver.shift I)
// 	2    K = (Diagonal_of_A - primme.shift_i I)
// ///////////////////////////////////////////////////////////////////
driver.PrecChoice = 1 
driver.shift      = -0.7

// ///////////////////////////////////////////////////////////////////
// parallel partioning information
// ///////////////////////////////////////////////////////////////////
// driver.partId    = none
// driver.partDir   = none 
// ///////////////////////////////////////////////////////////////////
