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"