2008/9/11 <[EMAIL PROTECTED]> > Send Libmesh-users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/libmesh-users > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Libmesh-users digest..." > > > Today's Topics: > > 1. Having trouble to install libMesh with MPICH > (Rafael Santos Coelho) > 2. Re: Having trouble to install libMesh with MPICH (John Peterson) > 3. Re: Having trouble to install libMesh with MPICH (John Peterson) > 4. Re: Having trouble to install libMesh with MPICH (Derek Gaston) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 11 Sep 2008 10:42:21 -0300 > From: "Rafael Santos Coelho" <[EMAIL PROTECTED]> > Subject: [Libmesh-users] Having trouble to install libMesh with MPICH > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi all, > > I'm having a hard time trying to install libMesh 0.6.3-rc1 with MPICH > 1.2.7p1. Here's what I do: > > 1) Build MPICH firstly, outside of PETSc 2.3.3 > 2) Build PETSc afterwards using the following commands: > > $ export PETSC_DIR=$PWD > $ export PETSC_ARCH=linux-gnu-dbg > $ ./configure --prefix=$PWD --with-cc=gcc --with-fc=0 --with-cxx=g++ > --with-mpi-compilers=0 --with-shared=1 --with-debugging=1 --with-mpi > --with-mpi-dir=/home/rafael/mpich-1.2.7p1 --download-c-blas-lapack=1 > make all test > > 3) Build libMesh at last: > > $ ./configure --prefix=$PWD --enable-everything > --with-petsc=/home/rafael/petsc-2.3.3-p13 > --with-mpi=/home/rafael/mpich-1.2.7p1 --with-cxx=mpicxx --with-cc-mpicc > $ make
I encountered the same problem that "Building bin/amr ...". It is solved with CXX=g++, CC=gcc, F77=gfortran. > Now, everything seems to be going well, but then, in the end, I get these > errors: > > Building bin/amr > g++: /home/rafael/libmesh-0.6.3-rc1/lib/i686-pc-linux-gnu_opt/libmesh.so: > linker input file unused because linking not done > g++: > > /home/rafael/libmesh-0.6.3-rc1/contrib/lib/i686-pc-linux-gnu_opt/liblaspack.so: > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
