[petsc-users] SLEPC solvers not converging in latest version

Pandey, Siddhant spandey2 at wpi.edu
Wed Jul 12 11:56:21 CDT 2017


We recently updated our installation of PETSC and SLEPC from an older version, and eigenvalue problems converging in the previous installation is not converging anymore (diagonalization never comes to an end). On using -info, the following message keeps repeating during diagonalization:


[0] PCSetUp(): Leaving PC with identical preconditioner since operator is unchanged
[0] STMatSolve(): Linear solve iterations=1
[0] PCSetUp(): Leaving PC with identical preconditioner since operator is unchanged
[0] STMatSolve(): Linear solve iterations=1
[0] BV_SafeSqrt(): Zero norm, either the vector is zero or a semi-inner product is being used
[0] PCSetUp(): Leaving PC with identical preconditioner since operator is unchanged
[0] STMatSolve(): Linear solve iterations=1
[0] PCSetUp(): Leaving PC with identical preconditioner since operator is unchanged
[0] STMatSolve(): Linear solve iterations=1

As can be seen, iteration number remains 1. The issue gets resolved with a smaller sized matrix. Currently I am using a 10648 x 10648 matrix, and PETSC is configured for complex values.


What changes do I have to make to make my codes work in the new installation? This seems to be a version specific issue.



Thanks,

Sidd

WPI
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20170712/b1bc5267/attachment.html>


More information about the petsc-users mailing list