From: Benjamin S. K. <be...@cf...> - 2003-11-14 13:35:39
|
post the output of 'make echo' so I can see what your configutation is. Also, the symbol MPE_Log_event is defined in the MPI library libmpe.a, so that needs to be linked in as well. I have never needed this library for the PETSc's I have built from source, but it seems to be required by the precompiled Debian packages. look at the file $PETSC_DIR/bmake/$PETSC_ARCH/packages and see what it says about the MPI configuration. If it only has -lmpich add -lmpe and let me know what happens. I'm not sure what the gzstreambase stuff is yet, but try what I mention above and we'll go from there. -Ben |