<div dir="ltr"><div dir="ltr"><div><div><div><div>Hello, <br></div>I am solving a general eigenvalue problem <br></div>Ax=lamda*Bx<br></div>A is the stiffness matrix, B the mass matrix. The DOF of these matrices are 24,000 around. Both of them are symmetric and stored in SEQSBAIJ format. Also, I downloaded mumps during the configuration and installation of PETSc. <br>In SLETc, this eigenvalue system can be solved by <b><span style="font-family:tahoma,sans-serif"><span style="color:rgb(204,0,0)">-eps_tpye logpcg</span></span></b> while requesting <span style="color:rgb(204,0,0)"><b>EPS_SMALLEST_REAL</b></span>. However, <b><span style="font-family:tahoma,sans-serif"><span style="color:rgb(153,0,0)">-eps_type lanczos</span></span></b> doesn't work, which yields a very huge number. It seems mumps is called indeed. The output of <span style="font-family:tahoma,sans-serif"><span style="color:rgb(204,0,0)"><b>-eps_view</b></span></span> is attached. The command line I am using is:<br><b><span style="color:rgb(204,0,0)"><span style="font-family:tahoma,sans-serif">mpirun -np 40 ./test -fA matrixA -fB matrixB -eps_type lanczos -eps_view</span></span></b><br><br></div>Did I miss any substantial configurations for lanczos solver? <br><br></div><div>Thanks, <br><br></div><div>Qiyue Lu<br></div></div>