On Thu, Nov 10, 2011 at 8:41 AM, robert <[email protected]> wrote: > > Compiling C++ (in optimized mode) src/apps/amr.C... > Linking bin/amr-opt > /home/bodner/software/petsc-3.2-p5/arch-bgp-ibm-opt/lib/libparmetis.a(initbalance.o): > In function `Balance_Partition__': > initbalance.c:(.text+0x0): multiple definition of `Balance_Partition__'
I've seen these types of errors before when PETSc has been built with parmetis. You might try configuring with --disable-parmetis and seeing if those errors go away. > /home/bodner/software/petsc-3.2-p5/arch-bgp-ibm-opt/lib/libpetsc.a(dlimpl.o): > In function `PetscDLOpen': > dlimpl.c:(.text+0xa0): warning: Using 'dlopen' in statically linked > applications requires at runtime the shared libraries from the glibc > version used for linking I've seen this error when compiling on certain clusters that have light-weight compute nodes with reduced operating systems running. The dlopen and gethostbyname warnings can probably be fixed by some PETSc configuration options (?). The getpwuid warning can be removed in libmesh by configuring with --disable-getpwuid -- John ------------------------------------------------------------------------------ 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
