The Parallel Boost Graph Library
A Generic C++ Library for High-Performance Parallel and Distributed Graph Computation
The Parallel BGL builds on the Boost Graph Library (BGL), offering similar data structures, algorithms, and syntax for distributed, parallel computation that the BGL offers for sequential programs. The Parallel BGL is intended primarily as a research platform, to facilitate both experimentation with and comparison of parallel graph algorithms and to provide solid implementations for solving large-scale graph problems in other application areas.
The Parallel BGL is being developed by the Open Systems Lab, part of the Pervasive Technologies Laboratory at Indiana University.
News
- January 17, 2006: The Parallel BGL Subversion repository is now open for anonymous,
read-only access.
- October 20, 2005: Douglas Gregor presented a paper
describing the Generic Programming process used to design the
Parallel BGL at OOPSLA
2005.
- March 31, 2005: Version 0.5.0 alpha of the Parallel BGL
is available for download.
|