QuoteOriginally posted by: SierpinskyJanitorCheers StonyBrookNick, just a question though: why bother scalapacking when you have the same libraries ported to C++? Check out:
http://en.wikipedia.org/wiki/List_of_nu ... _C.2B.2BOf this list i've tried Petsc and I've also tried writing my own routines with MPI for gsl to some success , however the Scalapack has beaten the competition( of what i've tried) in term's of speed and all methods contain a very good deal of accuracy. I just need a few specific linear algebra function's and tested randomly generated matrices. Such as Inversion of symmetric positive definite matrix and a few others tasks , no serious eigen value solvers. My problem size requires me to use parallel computing. The hypre and Trilinos libraries in the list looks very promising , thank you for introducing these to me