$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2004-05-03 09:29:36
On Monday 03 May 2004 09:41 am, pdoucyml_at_[hidden] wrote:
> Hi all,
>
> as part of a project dealing with (very) big graphs, I am currently writing
> two containers.
> The first one is aimed at situations when you have huge graphs and want to
> distribute them among different computers. It uses MPI to communicate
> between computers.
>
> The second is aimed at situations when you can't distribute your graph
> (e.g. you're partitionning it before distributing it), or speed isn't an
> issue. It uses a berkeley DB database to store the graph.
>
> Is this code of interest for boost, would you consider reviewing it once
> it's tested and stable ?
Yes. We're going to be looking into parallel graph computation in the BGL in
the coming months as well.
Doug