Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / boost / mpi / wait_some.html
index 47b0f8a..4e901ee 100644 (file)
@@ -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="idp517172064"></a><h2>Description</h2>
+<a name="idp421678640"></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>