$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] [BGL] Trying to get a correclty working Parallel BFS code
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-10-27 01:33:09
Sandeep Gupta wrote:
> Hi All,
> I have spent significant effort on parallel bfs. Currently its almost
> working. I would really appreciate some help* to get it running correctly. I
> have attached the code (self contained and requires no input file).
> I think I have followed all the guidelines regarding distributed property
> maps mentioned in the docs (
> http://www.osl.iu.edu/research/pbgl/documentation/graph/breadth_first_search.html
Sandeep,
I am afraid you are on a wrong list. This list deals with Boost.Build, not with
Boost C++ Libraries. Please ask on boost_at_[hidden] mailing list.
> * We are running against a tight schedule so please sooner the better.
In general, please avoid statements like this. Either somebody knows the
answer, or not, and this does not depend on your urgency level.
- Volodya