problem with zheevd and gotoblas
I am testing the subroutines ZHEEV and ZHEEVD.
If I link my test code to gotoblas, ZHEEV and ZHEEVD give different eigenvalues for the same matrix, when the order of the matrix N is > 214 ( no problem when N <= 214 !!!).
ZHEEV and ZHEEVD give good results if I link to a standard non-optimized blas library... but it is much slower.
So apparently, there is a problem when I link ZHEEVD to gotoblas.
Is it a known bug or am I doing something wrong??
thx
If I link my test code to gotoblas, ZHEEV and ZHEEVD give different eigenvalues for the same matrix, when the order of the matrix N is > 214 ( no problem when N <= 214 !!!).
ZHEEV and ZHEEVD give good results if I link to a standard non-optimized blas library... but it is much slower.
So apparently, there is a problem when I link ZHEEVD to gotoblas.
Is it a known bug or am I doing something wrong??
thx