Skip to content

Commit

Permalink
Correct copy_enviornment to copy_environment . (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhml authored Feb 1, 2024
1 parent 28dcec9 commit 4c509ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/installation/resource-manager/slurm.rst
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

0 comments on commit 4c509ae

Please sign in to comment.