Skip to content

Commit 5f32d64

Browse files
authored
Add link to MPICH page from main communication libraries page (#242)
1 parent 8cea92b commit 5f32d64

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/software/communication/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
CSCS provides common communication libraries optimized for the [Slingshot 11 network on Alps][ref-alps-hsn].
55

66
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.
99

1010
Most machine learning applications rely on [NCCL][ref-communication-nccl] or [RCCL][ref-communication-rccl] for high-performance implementations of collectives.
1111
NCCL and RCCL have to be configured with a plugin using [libfabric][ref-communication-libfabric] to make full use of the Slingshot network.
1212

1313
See the individual pages for each library for information on how to use and best configure the libraries.
1414

1515
* [Cray MPICH][ref-communication-cray-mpich]
16+
* [MPICH][ref-communication-mpich]
1617
* [OpenMPI][ref-communication-openmpi]
1718
* [NCCL][ref-communication-nccl]
1819
* [RCCL][ref-communication-rccl]

0 commit comments

Comments
 (0)