Can you just use MPICH instead? ;-) I've personally never been able to get LAM MPI going (not with libMesh... just in general).
Derek On Tue, Apr 8, 2008 at 8:06 AM, Tim Kroeger <[EMAIL PROTECTED]> wrote: > Dear Ben, > > > On Tue, 8 Apr 2008, Benjamin Kirk wrote: > > >> #if LAM_WANT_MPI2CPP & !LAM_BUILDING > >> #include <mpicxx.h> > >> #endif > >> > > >> So I tried adding > >> > >> libmesh_CXXFLAGS += -ULAM_WANT_MPI2CPP > >> > >> to my Make.common file, although I am not sure whether this is correct > >> and where LAM_WANT_MPI2CPP actually has been defined. I helps > >> partially because I now get different error messages: > > > > I think we are converging on the answer... Did you do a "make clean" after > > adding that to Make.common? You need to rebuild all the libmesh object > > files so that they do not include any C++ dependencies. > > I wasn't quite sure whether I did that, but I tried it now, and it > didn't help. > > > > Anyone else out there on the list using LAM MPI which may have some > insight? > > Hoping for some hints ... > > > Best Regards, > > Tim > > -- > Dr. Tim Kroeger Phone +49-421-218-7710 > [EMAIL PROTECTED], [EMAIL PROTECTED] Fax +49-421-218-4236 > > MeVis Research GmbH, Universitaetsallee 29, 28359 Bremen, Germany > > Amtsgericht Bremen HRB 16222 > Geschaeftsfuehrer: Prof. Dr. H.-O. Peitgen > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Register now and save $200. Hurry, offer ends at 11:59 p.m., > Monday, April 7! Use priority code J8TLD2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users > ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
