Skip to content

Remove mentions of bsp_process_group from docs #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/distributed_adjacency_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions doc/html/distributed_adjacency_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2><a class="toc-backref" href="#id2">Defining a Distributed Adjacency List</a>
<pre class="literal-block">
using namespace boost;
typedef adjacency_list&lt;vecS,
distributedS&lt;parallel::mpi::bsp_process_group, vecS&gt;,
distributedS&lt;graph::distributed::mpi_process_group, vecS&gt;,
directedS&gt;
Graph;
</pre>
Expand Down Expand Up @@ -135,7 +135,7 @@ <h2><a class="toc-backref" href="#id3">Distributed Vertex and Edge Properties</a
respectively:</p>
<pre class="literal-block">
typedef adjacency_list&lt;vecS,
distributedS&lt;parallel::mpi::bsp_process_group, vecS&gt;,
distributedS&lt;graph::distributed::mpi_process_group, vecS&gt;,
directedS,
City, Highway&gt;
RoadMap;
Expand Down