Boost logo

Boost Users :

Subject: Re: [Boost-users] questions on PBGL
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2010-09-15 04:12:51


On Tue, 14 Sep 2010, Raghava Mutharaju wrote:

> Hello Boost users,
>
> I am looking at Parallel Boost Graph Library (PBGL) to check whether it fits our project needs. I have a few questions on PBGL.
>
> 1) How does PBGL know about the size of the cluster -- its IP address,
> name?

That comes from the MPI implementation -- PBGL doesn't do its own
communication; it uses Boost.MPI and thus MPI to do it. You would need to
set up an MPI implementation (such as Open MPI or MPICH) and give it
information about your cluster.

> 2) What is the performance of it -- are there any other numbers apart
> from ones in the paper
> http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.107.5681?

I don't think there are any posted online right now. There will likely be
some posted within the next month, though. Note that we are working on a
new version of PBGL (not released yet) that will be significantly faster;
<URL:http://doi.acm.org/10.1145/1854273.1854323> has a paper with some of
those results (including some runs with the current PBGL).

-- Jeremiah Willcock


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net