Skip to content

Commit 669043b

Browse files
committed
Split EDF and executon console result
1 parent ee09cd8 commit 669043b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/software/container-engine/known-issue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ This is because some hooks (e.g., Slurm and CXI hooks) leverage `ldconfig` (from
2121

2222
```toml title="EDF: alpine_workaround.toml"
2323
image = "alpine:3.19"
24-
```
2524

26-
```console title="Command-line"
2725
[annotations]
2826
com.hooks.cxi.enabled = "false"
2927

3028
[env]
3129
ENROOT_SLURM_HOOK = "0"
30+
```
3231

32+
```console title="Command-line"
3333
$ srun -lN1 --environment=alpine_workaround echo "abc"
3434
abc
3535
```

0 commit comments

Comments
 (0)