Skip to content

Commit 4398422

Browse files
committed
Update run.md
1 parent bd1c633 commit 4398422

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

docs/software/container-engine/run.md

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

39-
Specifying the `--environment` option with an `#SBATCH` option is **experimental** and such usage is discouraged as it may result in unexpected behaviors.
39+
Specifying the `--environment` option with an `#SBATCH` option is **experimental**.
40+
Such usage is discouraged as it may result in unexpected behaviors.
4041

4142
!!! note
4243
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)