Skip to content

Commit 721d21e

Browse files
authored
Update docs/software/communication/mpich.md
1 parent e906cb8 commit 721d21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/software/communication/mpich.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MPICH is an open-source MPI implementation actively developed in this [github re
55
It can be installed inside containers directly from the source code manually, or using Spack or similar package managers.
66

77
## MPICH inside containers
8-
MPICH can be built inside containers, however for native Slingshot performance special care has to be taken, to ensure that communication is optimal for all cases:
8+
MPICH can be built inside containers, however for native Slingshot performance special care has to be taken to ensure that communication is optimal for all cases:
99

1010
* Intra-node communication (this is via shared memory, especially `xpmem`)
1111
* Inter-node communication (this should go through the OpenFabrics Interface - OFI)

0 commit comments

Comments
 (0)