I am a novice for scalapack and sincerely hope get some help. Recently I
try to solve the eigen values and eigenvectors of a 8200x8200 complex matrix
using the subroutine PZHEEVX. But I get the return INFO=2. If successful exit,
the subroutine PZHEEVX should give INF0=0.I find the eigen values are correct
even when INFO=2.I don't know whether all of the eigenvectors are correct. Does that INFO=2 affect the
calculating eigen values and eigenvectors? What can I do to correct the error report?
Thank you very much.

