Can you send PETSc's configure.log and libMesh's config.log? Even better if you could send the terminal output of your libMesh configure run (redirected to something like lib me she configure.log).
It looks like you are configuring PETSc or libMesh (or both) in a way that no MPI is found and PETSc's internal "fake MPI" (aka mpiuni) is being used. That could be causing problems for libMesh, at least the way you got it configured. Dmitry. On Oct 8, 2014 6:03 PM, "Kameeko Kiwi" <[email protected]> wrote: > Hello, > > I'm trying to compile Libmesh with the latest version of PETSc (3.5.2), > using the following command: > > ./configure --prefix=/home/kameeko/software/libmesh_build3 > --enable-everything --enable-petsc --disable-laspack > PETSC_DIR=/home/kameeko/software/petsc > > Running make afterwards gives many errors, all similar to > > /home/kameeko/software/petsc/include/mpiuni/mpi.h:120:14: error: expected > '=', ',', ';', 'asm' or '__attribute__' before 'void' > > Thanks. > > ------------------------------------------------------------------------------ > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer > > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users > ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
