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/mpich.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ MPICH is an open-source MPI implementation actively developed in this [github re
5
5
It can be installed inside containers directly from the source code manually, or using Spack or similar package managers.
6
6
7
7
## 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:
9
9
10
10
* Intra-node communication (this is via shared memory, especially `xpmem`)
11
11
* Inter-node communication (this should go through the OpenFabrics Interface - OFI)
0 commit comments