build based on 42003ed

This commit is contained in:
Documenter.jl
2024-09-24 08:11:06 +00:00
parent af2b7c5a0d
commit f4d810b431
24 changed files with 26 additions and 26 deletions

View File

@@ -9121,8 +9121,8 @@ d) Loop over i only</code></pre>
<span class="w"> </span><span class="k">end</span>
</pre></div>
<pre><code>a) It is correct.
c) It is incorrect, but it might provide the right result depending on the MPI implementation.
b) It is incorrect, and it is guaranteed that it will result in a dead lock.
b) It is incorrect, but it might provide the right result depending on the MPI implementation.
c) It is incorrect, and it is guaranteed that it will result in a dead lock.
d) This implementation does not work when distributing over just a single MPI rank.</code></pre>
</div>
</div>