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
@@ -12,7 +12,7 @@ MPICH can be built inside containers, however for native Slingshot performance s
12
12
* Host-to-Host memory communication
13
13
* Device-to-Device memory communication
14
14
15
-
To achieve native performance one needs to ensure to build MPICH with `libfabric` and `xpmem` support.
15
+
To achieve native performance MPICH must be built with both`libfabric` and `xpmem` support.
16
16
Additionally, when building for GH200 nodes, one needs to ensure to build `libfabric` and `mpich` with CUDA support.
17
17
18
18
At runtime, the container engine [CXI hook][ref-ce-cxi-hook] will replace the libraries `xpmem` and `libfabric` inside the container, with the libraries on the host system.
0 commit comments