summaryrefslogtreecommitdiff
path: root/doc/html/boost/mpi/wait_some.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/mpi/wait_some.html')
-rw-r--r--doc/html/boost/mpi/wait_some.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/mpi/wait_some.html b/doc/html/boost/mpi/wait_some.html
index 1ca6690ac5..8564bba239 100644
--- a/doc/html/boost/mpi/wait_some.html
+++ b/doc/html/boost/mpi/wait_some.html
@@ -41,7 +41,7 @@
<span class="identifier">BidirectionalIterator</span>
<span class="identifier">wait_some</span><span class="special">(</span><span class="identifier">BidirectionalIterator</span> first<span class="special">,</span> <span class="identifier">BidirectionalIterator</span> last<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp397932800"></a><h2>Description</h2>
+<a name="idp416787184"></a><h2>Description</h2>
<p>This routine takes in a set of requests stored in the iterator range <code class="computeroutput"></code>[first,last) and waits until at least one of the requests has completed. It then completes all of the requests it can, partitioning the input sequence into pending requests followed by completed requests. If an output iterator is provided, <code class="computeroutput">status</code> objects will be emitted for each of the completed requests. This routine provides functionality equivalent to <code class="computeroutput">MPI_Waitsome</code>.</p>
<p>