Skip to content

Commit

Permalink
Deployed f0c1434 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klust committed Oct 30, 2024
1 parent ce0f48c commit 31e49a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion 4day-20241028/extra_3_05_Cray_MPI_on_Slingshot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2926,7 +2926,14 @@ <h1 id="mpi-topics-on-the-hpe-cray-ex-supercomputer">MPI Topics on the HPE Cray

<p>These materials can only be distributed to actual users of LUMI (active user account).</p>
<h2 id="qa">Q&amp;A<a class="headerlink" href="#qa" title="Permanent link">&para;</a></h2>
<p>/</p>
<ol>
<li>
<p>For the 2D neighbour exchange example on the slides, isn't it easier to let <code>MPI_Cart_create()</code> deal with the reordering and just use whatever it returns? And then ask the MPI_Cart_shift() for neighbours?</p>
<ul>
<li>Cart may not create an optimal solution. It may not be aware about things like node-layout and NUMA domains.</li>
</ul>
</li>
</ol>



Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 31e49a0

Please sign in to comment.