Skip to content

Commit

Permalink
Deployed bae808b with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jun 27, 2024
1 parent 176f260 commit 971e060
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data-tools/julia/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2423,10 +2423,10 @@ <h2 id="configuring-mpijl">Configuring MPI.jl</h2>
to load the <code>cray-mpich</code> module and define some environment variables (see <a href="https://juliaparallel.org/MPI.jl/stable/configuration/">here</a>
for further details). Then you can launch Julia in an environment of your
choice, ready to build.</p>
<div class="highlight"><pre><span></span><code>module<span class="w"> </span>load<span class="w"> </span>cray-mpich/8.1.4
<div class="highlight"><pre><span></span><code>module<span class="w"> </span>load<span class="w"> </span>cray-mpich/8.1.23
<span class="nb">export</span><span class="w"> </span><span class="nv">JULIA_MPI_BINARY</span><span class="o">=</span><span class="s2">&quot;system&quot;</span>
<span class="nb">export</span><span class="w"> </span><span class="nv">JULIA_MPI_PATH</span><span class="o">=</span><span class="s2">&quot;&quot;</span>
<span class="nb">export</span><span class="w"> </span><span class="nv">JULIA_MPI_LIBRARY</span><span class="o">=</span><span class="s2">&quot;/opt/cray/pe/mpich/8.1.4/ofi/cray/9.1/lib/libmpi.so&quot;</span>
<span class="nb">export</span><span class="w"> </span><span class="nv">JULIA_MPI_LIBRARY</span><span class="o">=</span><span class="s2">&quot;/opt/cray/pe/mpich/8.1.23/ofi/gnu/9.1/lib/libmpi.so&quot;</span>
<span class="nb">export</span><span class="w"> </span><span class="nv">JULIA_MPIEXEC</span><span class="o">=</span><span class="s2">&quot;srun&quot;</span>

julia<span class="w"> </span>--project<span class="o">=</span>&lt;&lt;path<span class="w"> </span>to<span class="w"> </span>environment&gt;&gt;
Expand Down Expand Up @@ -2463,7 +2463,7 @@ <h2 id="running-julia-on-the-compute-nodes">Running Julia on the compute nodes</

<span class="c1"># Setup the job environment (this module needs to be loaded before any other modules)</span>
module<span class="w"> </span>load<span class="w"> </span>PrgEnv-cray
module<span class="w"> </span>load<span class="w"> </span>cray-mpich/8.1.4
module<span class="w"> </span>load<span class="w"> </span>cray-mpich/8.1.23

<span class="c1"># Set the number of threads to 1</span>
<span class="c1"># This prevents any threaded system libraries from automatically</span>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 971e060

Please sign in to comment.