Skip to content

Commit 8074112

Browse files
committed
Split EDF and executon console result
1 parent 372362b commit 8074112

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,9 @@ The hook can be activated by setting the `com.hooks.nvidia_cuda_mps.enabled` to
273273
[annotations]
274274
com.hooks.nvidia_cuda_mps.enabled = "true"
275275
```
276+
276277
```console title="Command-line"
277-
$ srun -t2 -N1 -n8 --environment=./vectoradd-cuda-mps.toml /cuda-samples/vectorAdd | grep "Test PASSED" | wc -l
278+
$ srun -t2 -N1 -n8 --environment=vectoradd-cuda-mps /cuda-samples/vectorAdd | grep "Test PASSED" | wc -l
278279
8
279280
```
280281

0 commit comments

Comments
 (0)