We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372362b commit 8074112Copy full SHA for 8074112
docs/software/container-engine/resource-hook.md
@@ -273,8 +273,9 @@ The hook can be activated by setting the `com.hooks.nvidia_cuda_mps.enabled` to
273
[annotations]
274
com.hooks.nvidia_cuda_mps.enabled = "true"
275
```
276
+
277
```console title="Command-line"
- $ 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
279
8
280
281
0 commit comments