On Tue, Jun 9, 2015 at 10:36 AM, <[email protected]> wrote: > Dear developers, > > I have a problem on installing libmesh with petsc. > > I configured petsc with --with-shared-libraries=0. (I have to, on my > cluster) > > Then I configure libmesh with ./configure --enable-parmesh > --prefix=$LIBMESH_DIR --with-methods=opt --with-dof-id-bytes=8 >
This won't work, you have to add --enable-static --disable-shared to prevent libmesh from attempting to build a dynamic library. -- John ------------------------------------------------------------------------------ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
