Skip to content

Commit 5bd428f

Browse files
committed
Update run.md
1 parent 89b7efd commit 5bd428f

File tree

1 file changed

+1
-2
lines changed
  • docs/software/container-engine

1 file changed

+1
-2
lines changed

docs/software/container-engine/run.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ Use `--environment` with the Slurm command (e.g., `srun` or `salloc`):
3636
srun --environment=ubuntu cat /etc/os-release
3737
```
3838

39-
Alternatively, the `--environment` option can also be specified with an `#SBATCH` option.
40-
However, the support status is still **experimental** and may result in unexpected behaviors.
39+
Alternatively, the `--environment` option can also be specified with an `#SBATCH` option, but the support status is still **experimental** and may result in unexpected behaviors.
4140

4241
!!! note
4342
Specifying `--environment` with `#SBATCH` will put the entire batch script inside the containerized environment, requiring the Slurm hook to use any Slurm commands within the batch script (e.g., `srun` or `scontrol`).

0 commit comments

Comments
 (0)