[parallel][cvs] source files include wrong head mpi.h?

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. I bet it should be "mpi.hpp". Regards gchen

Hi, On Tue, 19 Dec 2006 22:31:08 +0800 gchen <chengang31@gmail.com> 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.
I bet it should be "mpi.hpp".
I do not know the parallel library, but I would bet you have to install a MPI-library of your choice first. e.g. Open MPI [1] or MPICH2 [2]. Heiko [1] http://www.open-mpi.org [2] http://www-unix.mcs.anl.gov/mpi/mpich2/ -- -- Hell is other people. (Jean-Paul Sartre «No Exit», 1934) -- Cluster Computing @ http://www.clustercomputing.de -- Heiko Bauke @ http://www.physics.ox.ac.uk/users/bauke

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
participants (3)
-
Doug Gregor
-
gchen
-
Heiko Bauke