You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/software/communication/index.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,16 @@
4
4
CSCS provides common communication libraries optimized for the [Slingshot 11 network on Alps][ref-alps-hsn].
5
5
6
6
For most scientific applications relying on MPI, [Cray MPICH][ref-communication-cray-mpich] is recommended.
7
-
[OpenMPI][ref-communication-openmpi] may also be used, with limitations.
8
-
Both Cray MPICH and OpenMPI make use of [libfabric][ref-communication-libfabric] to interact with the underlying network.
7
+
[MPICH][ref-communication-mpich] and [OpenMPI][ref-communication-openmpi] may also be used, with limitations.
8
+
Cray MPICH, MPICH, and OpenMPI make use of [libfabric][ref-communication-libfabric] to interact with the underlying network.
9
9
10
10
Most machine learning applications rely on [NCCL][ref-communication-nccl] or [RCCL][ref-communication-rccl] for high-performance implementations of collectives.
11
11
NCCL and RCCL have to be configured with a plugin using [libfabric][ref-communication-libfabric] to make full use of the Slingshot network.
12
12
13
13
See the individual pages for each library for information on how to use and best configure the libraries.
0 commit comments