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--[-rwxr-xr-x]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 e61abc415d..4f639ab0e5 100755..100644
--- a/doc/html/boost/mpi/wait_some.html
+++ b/doc/html/boost/mpi/wait_some.html
@@ -40,7 +40,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="id2484206"></a><h2>Description</h2>
+<a name="id2532053"></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>