summaryrefslogtreecommitdiff
path: root/doc/html/boost/mpi/comm_create_kind.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/mpi/comm_create_kind.html')
-rw-r--r--doc/html/boost/mpi/comm_create_kind.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/mpi/comm_create_kind.html b/doc/html/boost/mpi/comm_create_kind.html
index ab4c0eef79..fb9ec7a966 100644
--- a/doc/html/boost/mpi/comm_create_kind.html
+++ b/doc/html/boost/mpi/comm_create_kind.html
@@ -36,7 +36,7 @@
<span class="keyword">enum</span> <span class="identifier">comm_create_kind</span> <span class="special">{</span> comm_duplicate, comm_take_ownership, comm_attach <span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idm45927878953008"></a><h2>Description</h2>
+<a name="idp414700304"></a><h2>Description</h2>
<p>The values for this enumeration determine how a Boost.MPI communicator will behave when constructed with an MPI communicator. The options are:</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p><code class="computeroutput">comm_duplicate:</code> Duplicate the MPI_Comm communicator to create a new communicator (e.g., with MPI_Comm_dup). This new MPI_Comm communicator will be automatically freed when the Boost.MPI communicator (and all copies of it) is destroyed.</p></li>