mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-12-30 02:38:31 +01:00
build based on ea454e1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user