
19 Dec
2006
19 Dec
'06
7:46 p.m.
On Dec 19, 2006, at 9:31 AM, gchen wrote:
I am trying to compile the new library parallel in cvs.
But its source files are including a file "mpi.h", which does not exists.
You need to install a C MPI library to build Boost's C++ MPI library. There are several free MPI implementations available, including: Open MPI: http://www.open-mpi.org LAM/MPI: http://www.lam-mpi.org MPICH: http://www.mcs.anl.gov/mpi/mpich
I bet it should be "mpi.hpp".
mpi.h is the header for the C and C++ bindings of MPI. There is no "mpi.hpp" Cheers, Doug