Boost logo

Boost :

From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-12-19 14:46:39


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk