> This is definitely the issue.  OSX ships with a version of BLAS/Lapack... it's
> called Veclib and it's one of the "Frameworks" on OSX.  It can be used by
> Petsc (and libMesh)... but last time I tried I seem to remember that I had to
> specify extra libraries to be linked into Petsc so that they would get picked
> up by libMesh.
> 
> I recommend using the--download-c-blas-lapack=1 option when configuring Petsc.
> This way you get a much more standard version of BLAS/Lapack and everything
> should work.

FWIW, I use --with-blas-lapack-lib="-framework vecLib" when I compile PETSc
on OSX to get their BLAS/LAPACK support.  Works great.



------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to