gabe wrote: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
Gabe,
we can do some investigations on this problem. In order to do this we need some more informations though:
1) what is the architecture?
2) what is the GotoBLAS version?
3) what compilers are you using?
4) can we have you test program?
It is possible that there is a bug somewhere (either your code or LAPACK code) that turns into an error only when GotoBLAS is used or it may be that there is a bug in GotoBLAS.
Also, I would suggest you to post your message on the GotoBLAS mailing list too.
Thanks
alfredo