[SOLVED] blas / lapack completeness and correctness
Posted: Tue Apr 20, 2010 1:03 am
some versions of publically available blas / lapack are either incomplete or buggy, and could be tested for fairly simply in the configure stage
1) on mac OSX but also some ifort, the zdotc has a problem, and returns garbage (a simple loop on the side shows it is false)
2) some versions of mkl (at least 9.1 to my knowledge) do not provide ilaver (and possibly other routines). A small conftest with this call would be nice. Matteo now uses ilaver in some module somewhere...
Matthieu
1) on mac OSX but also some ifort, the zdotc has a problem, and returns garbage (a simple loop on the side shows it is false)
2) some versions of mkl (at least 9.1 to my knowledge) do not provide ilaver (and possibly other routines). A small conftest with this call would be nice. Matteo now uses ilaver in some module somewhere...
Matthieu