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.
Yes, there were some silly pre-processor errors. I didn't check thoroughly enough, my apologies. It should now compile (and be a NO-OP) when SLEPc and GLPK aren't installed. I think K's error is just a missing matrix close (which manifests differently on different systems, and hence I'm not seeing on my system). K: are you sure you're running the debugger in debug mode? If not, that would explain the empty stack trace. 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
