mirror of
https://github.com/boostorg/graph_parallel.git
synced 2026-01-19 04:12:12 +00:00
Merge pull request #24 from cojuer/develop
Remove mentions of bsp_process_group from docs
This commit is contained in:
@@ -58,7 +58,7 @@ vertices or edges of the graph.
|
||||
|
||||
using namespace boost;
|
||||
typedef adjacency_list<vecS,
|
||||
distributedS<parallel::mpi::bsp_process_group, vecS>,
|
||||
distributedS<graph::distributed::mpi_process_group, vecS>,
|
||||
directedS>
|
||||
Graph;
|
||||
|
||||
@@ -120,7 +120,7 @@ respectively:
|
||||
::
|
||||
|
||||
typedef adjacency_list<vecS,
|
||||
distributedS<parallel::mpi::bsp_process_group, vecS>,
|
||||
distributedS<graph::distributed::mpi_process_group, vecS>,
|
||||
directedS,
|
||||
City, Highway>
|
||||
RoadMap;
|
||||
|
||||
@@ -79,7 +79,7 @@ vertices or edges of the graph.</p>
|
||||
<pre class="literal-block">
|
||||
using namespace boost;
|
||||
typedef adjacency_list<vecS,
|
||||
distributedS<parallel::mpi::bsp_process_group, vecS>,
|
||||
distributedS<graph::distributed::mpi_process_group, vecS>,
|
||||
directedS>
|
||||
Graph;
|
||||
</pre>
|
||||
@@ -135,7 +135,7 @@ struct Highway {
|
||||
respectively:</p>
|
||||
<pre class="literal-block">
|
||||
typedef adjacency_list<vecS,
|
||||
distributedS<parallel::mpi::bsp_process_group, vecS>,
|
||||
distributedS<graph::distributed::mpi_process_group, vecS>,
|
||||
directedS,
|
||||
City, Highway>
|
||||
RoadMap;
|
||||
|
||||
Reference in New Issue
Block a user