On Mar 20, 2008, at 1:08 PM, adrian wrote:
I check configure and use --enable-parallel, the message is:checking for MPI_Init in -lmpi... no checking for MPI_Init in -lmpich... no
Try configuring HDF5 with
./configure --enable-parallel CC=mpicc
to tell it to use OpenMPI's mpicc wrapper, which should link the
libraries that are needed._______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

