Skip to content

Commit

Permalink
[ci skip] Autodoc commit for 4c509ae.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscwiag committed Feb 1, 2024
1 parent 2a00315 commit 4b1b89b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions latest/_sources/installation/resource-manager/slurm.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cluster looks like:
Work arounds are currently to ``export SLURM_EXPORT_ENV=ALL``
in a :ref:`script_wrapper <script_wrapper>` before any job scripts run.

Alternatively, you can use ``copy_enviornment`` below with the caveat
Alternatively, you can use ``copy_environment`` below with the caveat
that the PUNs environment is very different from regular shell sessions.

.. code-block:: yaml
Expand All @@ -37,7 +37,7 @@ cluster looks like:
# squeue: ""
# scontrol: ""
# scancel: ""
copy_enviornment: false
copy_environment: false
with the following configuration options:

Expand Down Expand Up @@ -66,7 +66,7 @@ bin_overrides
- `scontrol`
- `scancel`

copy_enviornment
copy_environment
Copies the enviornment of the PUN when issuing CLI commands. Default behaviour
for Open OnDemand is to use ``--export=NONE`` flag. Setting this to true will
cause Open OnDemand to issue CLI commands with ``--export=ALL``. Though this may
Expand Down
6 changes: 3 additions & 3 deletions latest/installation/resource-manager/slurm.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
This can cause issues with jobs that require <code class="docutils literal notranslate"><span class="pre">srun</span></code>.</p>
<p>Work arounds are currently to <code class="docutils literal notranslate"><span class="pre">export</span> <span class="pre">SLURM_EXPORT_ENV=ALL</span></code>
in a <a class="reference internal" href="../../reference/files/submit-yml/basic-bc-options.html#script-wrapper"><span class="std std-ref">script_wrapper</span></a> before any job scripts run.</p>
<p>Alternatively, you can use <code class="docutils literal notranslate"><span class="pre">copy_enviornment</span></code> below with the caveat
<p>Alternatively, you can use <code class="docutils literal notranslate"><span class="pre">copy_environment</span></code> below with the caveat
that the PUNs environment is very different from regular shell sessions.</p>
</div>
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="c1"># /etc/ood/config/clusters.d/my_cluster.yml</span><span class="w"></span>
Expand All @@ -243,7 +243,7 @@
</span><span class="hll"><span class="w"> </span><span class="c1"># squeue: &quot;&quot;</span><span class="w"></span>
</span><span class="hll"><span class="w"> </span><span class="c1"># scontrol: &quot;&quot;</span><span class="w"></span>
</span><span class="hll"><span class="w"> </span><span class="c1"># scancel: &quot;&quot;</span><span class="w"></span>
</span><span class="hll"><span class="w"> </span><span class="nt">copy_enviornment</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">false</span><span class="w"></span>
</span><span class="hll"><span class="w"> </span><span class="nt">copy_environment</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">false</span><span class="w"></span>
</span></pre></div>
</div>
<p>with the following configuration options:</p>
Expand Down Expand Up @@ -273,7 +273,7 @@
<li><p><cite>scancel</cite></p></li>
</ul>
</dd>
<dt>copy_enviornment</dt><dd><p>Copies the enviornment of the PUN when issuing CLI commands. Default behaviour
<dt>copy_environment</dt><dd><p>Copies the enviornment of the PUN when issuing CLI commands. Default behaviour
for Open OnDemand is to use <code class="docutils literal notranslate"><span class="pre">--export=NONE</span></code> flag. Setting this to true will
cause Open OnDemand to issue CLI commands with <code class="docutils literal notranslate"><span class="pre">--export=ALL</span></code>. Though this may
cause issues as the PUN’s environment is very different than a regular shell session.</p>
Expand Down
2 changes: 1 addition & 1 deletion latest/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 4b1b89b

Please sign in to comment.