Skip to content

Commit 4b2a984

Browse files
committed
Add note box in container engine docs
1 parent ea89fe0 commit 4b2a984

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/software/container-engine.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,9 @@ If a libfabric library is already present in the container filesystem (for examp
437437
438438
!!! note
439439
Due to the nature of Slingshot and the mechanism implemented by the CXI hook, container applications need to use a communication library which supports libfabric in order to benefit from usage of the hook.
440-
> Libfabric support might have to be defined at compilation time (as is the case for some MPI implementations, like MPICH and OpenMPI) or could be dynamically available at runtime (as is the case with NCCL - see also [this][ref-ce-aws-ofi-hook] section for more details).
440+
441+
!!! note
442+
Libfabric support might have to be defined at compilation time (as is the case for some MPI implementations, like MPICH and OpenMPI) or could be dynamically available at runtime (as is the case with NCCL - see also [this][ref-ce-aws-ofi-hook] section for more details).
441443
442444
The hook is activated by setting the `com.hooks.cxi.enabled` annotation, which can be defined in the EDF, as shown in the following example:
443445

0 commit comments

Comments
 (0)