On Wed, Jan 7, 2009 at 10:54 AM, David Fuentes <[email protected]> wrote: > > I was told that the trunk version of libmesh > has been upgraded to work with the Cxx version of petsc. > I am still seeing the "SEEK_SET" error. What compiler version MPI > version has SEEK_SET been fixed for?
Hi David, I think you can avoid this SEEK_SET business by doing export libmesh_CXXFLAGS=-DMPICH_SKIP_MPICXX and then configuring and re-making. As for Petsc C++ I'm pretty sure it compiles but I don't know if any extensive testing was done. Thanks for volunteering to be a gineau pig! -- John ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
