$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Parallel Graph] MPI installation procedure
From: Julian Gonggrijp (j.gonggrijp_at_[hidden])
Date: 2011-03-14 14:30:08
Cosimo Calabrese wrote:
> I'm searching for a detailed procedure to install MPI (such OpenMPI)
> under Win32 (WinXP in my case) with Boost,
Something like this?
http://www.boost.org/doc/libs/1_46_1/doc/html/mpi/getting_started.html
Maybe together with some more general information from this page?
http://www.boost.org/doc/libs/1_46_1/more/getting_started/windows.html
> and some sample code to use the parallel graph algorithm.
All sample code provided by Boost developers can be found in
$BOOST_ROOT/libs/library-name/example, i.e. in this case
$BOOST_ROOT/libs/mpi/example (where $BOOST_ROOT is the path to the
Boost root directory).
If this directory doesn't contain any examples of a parallel graph
algorithm, and if a Google search for "MPI graph algorithm" does not
yield the kind of result you need, I'm afraid no such sample code
exists.
HTH, Julian