build based on ea454e1

This commit is contained in:
Documenter.jl
2024-09-23 05:44:55 +00:00
parent a313337414
commit cfa709cd76
24 changed files with 24 additions and 24 deletions

View File

@@ -7559,7 +7559,7 @@ a.anchor-link {
<h2 id="Collective-communication">Collective communication<a class="anchor-link" href="#Collective-communication"></a></h2><p>MPI provides a set of routines for communication involving multiple processes. These are called <em>collective communication</em> operations. Some usual collective operations are:</p>
<ul>
<li><code>MPI_Barrier</code>: Synchronize all processes</li>
<li><code>MPI_Bcase</code>: Send the same data from one to all processes</li>
<li><code>MPI_Bcast</code>: Send the same data from one to all processes</li>
<li><code>MPI_Gather</code>: Gather data from all processes to one</li>
<li><code>MPI_Scatter</code>: Scatter data from one to all all processes</li>
<li><code>MPI_Reduce</code>: Reduce data from all processes to a single one</li>