On Tue, Sep 17, 2013 at 1:25 AM, Vera Franziska Loeser < [email protected]> wrote:
> Hi, > > I still try to install Libmesh on my Mac (OS X 10.8) but I am not able to > enable slepc and pets so that the make checks are working. > I installed petsc and slepc via macports and my configure command is: > > ../configure --prefix=/Users/vera/Desktop/libmesh_root/installed > --with-glpk-include=/macports/include --with-glpk-lib=/macports/lib > --with-eigen-include=/macports/include/eigen3/Eigen --enable-petsc > --enable-slepc > I'd say this: checking for mpicxx... no > checking for mpiCC... no > checking for mpicc... no > is also a potential problem. You really want to have the MPI compiler scripts (they should be installed by the macports MPI) in your PATH when you configure libmesh, so that libmesh can get the right MPI includes and libraries, preferably the same ones that were used when PETSc and SLEPc were built. -- John ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
