From a4431a11bf4c67bc8ca67d32a9130645649a19e6 Mon Sep 17 00:00:00 2001 From: boeschf <48126478+boeschf@users.noreply.github.com> Date: Tue, 15 Jul 2025 19:25:18 +0200 Subject: [PATCH] add nccl-hook reference to nccl section --- docs/software/communication/nccl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software/communication/nccl.md b/docs/software/communication/nccl.md index 6a0068ad..ca26a826 100644 --- a/docs/software/communication/nccl.md +++ b/docs/software/communication/nccl.md @@ -14,7 +14,7 @@ When using e.g. the `default` view of `prgenv-gnu` the `aws-ofi-nccl` plugin wil Alternatively, loading the `aws-ofi-nccl` module with the `modules` view also makes the plugin available in the environment. The environment variables described below must be set to ensure that NCCL uses the plugin. -While the container engine sets these automatically when using the NCCL hook, the following environment variables should always be set for correctness and optimal performance when using NCCL: +While the container engine sets these automatically when using the [NCCL hook][ref-ce-aws-ofi-hook], the following environment variables should always be set for correctness and optimal performance when using NCCL: ```bash --8<-- "docs/software/communication/nccl_env_vars"