On Mon, 4 Aug 2008, Shengli Xu wrote: > The example can be linked. But runns error: > [EMAIL PROTECTED]:~/code/cvs_libmesh/examples/ex4$ ./ex4-dbg > 0 - <NO ERROR MESSAGE> : Could not convert index 1140850688 into a pointer > The index may be an incorrect argument. > Possible sources of this problem are a missing "include 'mpif.h'", > a misspelled MPI object (e.g., MPI_COM_WORLD instead of MPI_COMM_WORLD) > or a misspelled user variable for an MPI object (e.g., > com instead of comm).
Hmmm... if your system is building 0.6.2 correctly, could it be some problem with our attempts to autodetect other compilers? Try "CXX=g++ CC=gcc ./configure --enable-vtk=no" or "CXX=mpicxx CC=mpicc ./configure --enable-vtk=no" and see if either of those unconfuses things. --- Roy ------------------------------------------------------------------------- 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
