Re: [Libmesh-users] Runtime error in dbg mode on Mac OS X

2010-09-05 Thread John Peterson
On Sat, Sep 4, 2010 at 11:29 AM, Anna-Lena Gerner wrote: > > Hi everybody, > > I installed libMesh on my Mac OS X, and in opt mode everything is just fine. > There also seem to be no compilation problems in dbg mode. However, in dbg > mode I get the following runtime error: (./ex4-dbg -d 1 -n 20

Re: [Libmesh-users] Problem linking to libmesh using libmesh-config

2010-09-05 Thread Torquil Macdonald Sørensen
On 05/09/10 18:19, Kirk, Benjamin (JSC-EG311) wrote: > It looks like your libmesh build wants a complex version of laspack - is this > want you want? > > Especially since it looks like you are linking to a c-compiled petsc (which > will not work for complex) it looks like there is an inconsistenc

Re: [Libmesh-users] Problem linking to libmesh using libmesh-config

2010-09-05 Thread Torquil Macdonald Sørensen
On 05/09/10 18:19, Kirk, Benjamin (JSC-EG311) wrote: > It looks like your libmesh build wants a complex version of laspack - is this > want you want? > > Especially since it looks like you are linking to a c-compiled petsc (which > will not work for complex) it looks like there is an inconsistenc

Re: [Libmesh-users] Problem linking to libmesh using libmesh-config

2010-09-05 Thread Kirk, Benjamin (JSC-EG311)
It looks like your libmesh build wants a complex version of laspack - is this want you want? Especially since it looks like you are linking to a c-compiled petsc (which will not work for complex) it looks like there is an inconsistency somewhere. -Ben On Sep 5, 2010, at 11:05 AM, Torquil Mac

[Libmesh-users] Problem linking to libmesh using libmesh-config

2010-09-05 Thread Torquil Macdonald Sørensen
Hi! I've just successfully compiled libmesh SVN on linux with GCC4.4.4 successfully and I'm eager to try to get some simple FEM programs working. The test programs compile and run fine. This was done with the command "make run_examples" from the libmesh directory. So the libmesh installation se