On 11/13/2011 09:22 PM, Roy Stogner wrote:
>
> On Mon, 14 Nov 2011, Kyunghoon Lee wrote:
>
>> Hi all,
>>
>> I configured libmesh with petsc-3.2-p5 and slepc-3.2-p1 with the following
>> options for a Mac 10.6.8:
>>
>> ./configure --prefix=/Users/aeronova/Development/local/lib64/libmesh
>> --enable-petsc --enable-slepc --enable-glpk
>> --with-glpk-include=/Users/aeronova/Development/local/lib64/glpk/glpk-4.45/include
>> --with-glpk-lib=/Users/aeronova/Development/local/lib64/glpk/glpk-4.45/lib
>> --enable-ifem --enable-eigen
>> --with-eigen-include=/Users/aeronova/Development/local/lib64/Eigen/include/eigen3
>>
>> There were no errors for the libmesh build, but I got run time errors for
>> ex29 and ex30 when I tested the library.  I'd appreciate if someone could
>> help me with the problems.
> I don't think it's a problem just on your end.  ex30 is a new addition
> to the library; presumably it works for David Knezevic's group but it
> doesn't currently compile for me; looks like it's not set up to handle
> configurations without SLEPc or GLPK.  ex29 depends on some code that
> John Peterson is editing for ParallelMesh compatibility, and it looks
> like he's accidentally broken a SerialMesh use case in the process.

OK, looks like I screwed something up... I'll look at it again now.

David


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to