<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>Here is a stack I end up with when trying to solve an eigen problem (real, sym, generalized) with SLEPc. My understanding is that, during the Gram Schmidt orthogonalisation, the projection of one basis vector turns out to be null.<br></div><div>First, is this correct ? Second, in such cases, are there some recommended "recipe" to test/try (options) to get a clue on the problem ? (I would unfortunately perfectly understand the answer could be no !... As this totally depends on A/B).<br></div><div><br></div><div>With arpack, the eigen problem is solved (so the matrix A and B I use seems to be relevant). But, when I change from arpack to krylovschur/ciss/arnoldi, I get the stack below.<br></div><div><br></div><div>Franck<br></div><div><br></div><div>[0]PETSC ERROR: #1 BV_SafeSqrt() <br>[0]PETSC ERROR: #2 <strong>BVNorm</strong>_Private() <br>[0]PETSC ERROR: #3 BVNormColumn() <br>[0]PETSC ERROR: #4 BV_NormVecOrColumn() <br>[0]PETSC ERROR: #5 BVOrthogonalizeCGS1() <br>[0]PETSC ERROR: #6 <strong>BVOrthogonalizeGS</strong>() <br>[0]PETSC ERROR: #7 BVOrthonormalizeColumn()<br>[0]PETSC ERROR: #8 EPSFullLanczos() <br>[0]PETSC ERROR: #9 EPSSolve_KrylovSchur_Symm() <br>[0]PETSC ERROR: #10 EPSSolve() <br></div><div></div></div></body></html>