On Apr 21, 2011, at 10:32 AM, John Peterson wrote:

> So, looks like you didn't download BLAS/Lapack through PETSc, and
> therefore it must be finding and using some other BLAS on your system,
> possibly C BLAS since you specified --with-fc=0?
> 
> Can you look at the link line being used with libmesh (output of make
> echo) or somehow determine which BLAS/Lapack PETSc is actually linked
> against on your system?

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.

Derek
------------------------------------------------------------------------------
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