Skip to content

Commit ee09cd8

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ com.hooks.cxi.enabled = "false"
3030
[env]
3131
ENROOT_SLURM_HOOK = "0"
3232

33-
$ srun -lN1 --environment=./alpine_workaround.toml echo "abc"
33+
$ srun -lN1 --environment=alpine_workaround echo "abc"
3434
abc
3535
```
3636

docs/software/container-engine/resource-hook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ By default, the server started by the SSH hook listens to port 15263, but this s
241241
com.hooks.ssh.authorize_ssh_key = "<public-key>"
242242
```
243243
```console title="Command-line"
244-
$ srun --environment=./ubuntu-ssh.toml --pty sleep 30
244+
$ srun --environment=ubuntu-ssh --pty sleep 30
245245
```
246246

247247
* On the remote shell

0 commit comments

Comments
 (0)