Skip to content

Commit 95a7aee

Browse files
committed
Testing a title on a code block
1 parent b17dc45 commit 95a7aee

File tree

1 file changed

+7
-8
lines changed
  • docs/software/container-engine

1 file changed

+7
-8
lines changed

docs/software/container-engine/run.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
Specifying the `--environment` option to the Slurm command (e.g., `srun` or `salloc`) will make it run inside the EDF environment:
44

5-
!!! example "Specifying EDF with an absolute path"
6-
```bash
7-
$ srun --environment=$SCRATCH/edf/debian.toml cat /etc/os-release
8-
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
9-
NAME="Debian GNU/Linux"
10-
VERSION_ID="12"
11-
...
12-
```
5+
```bash title="Specifying EDF with an absolute path"
6+
$ srun --environment=$SCRATCH/edf/debian.toml cat /etc/os-release
7+
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
8+
NAME="Debian GNU/Linux"
9+
VERSION_ID="12"
10+
...
11+
```
1312

1413
`--environment` can be a relative path from the current working directory (i.e., where the Slurm command is executed).
1514
A relative path should be prepended by `./`:

0 commit comments

Comments
 (0)