[petsc-users] BLAS library for PETSc
Jed Brown
jed at 59A2.org
Sun Feb 6 02:21:22 CST 2011
The reference BLAS is "bad", but unless you are doing dense linear algebra
or using a third party solver that uses BLAS level 3 internally (MUMPS), a
tuned implementation will make little difference because relatively little
time will be spent in BLAS, and those operations are memory bound (and can
only be improved a modest amount by trickery).
On Feb 6, 2011 9:11 AM, "Gaurish Telang" <gaurish108 at gmail.com> wrote:
How good is the BLAS library that PETSc downloads with the option
"--download-f-blas-lapack=1
" during the installation step ?
Is it recommended to use this BLAS library with PETSc or libraries such as
ATLAS or GOTO?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20110206/a415f247/attachment.htm>
More information about the petsc-users
mailing list