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/cray-mpich.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,15 +110,6 @@ Cray MPICH can perform badly when doing intra-node CPU-CPU memory communication.
110
110
Whenever possible, prefer using GPU-GPU communication instead of CPU-CPU communication.
111
111
It can even be beneficial to transfer data to the GPU only for the communication even if the buffer originally is in CPU memory.
112
112
113
-
#### `"cxil_map: write error"` when doing inter-node GPU-aware MPI communication
114
-
115
-
This error message is sometimes triggered by applications that use GPU Direct MPI calls when they trigger a bug in gdrcopy (a low-level library used to copy buffers between GPUs).
116
-
Setting the following option will completely disable gdrcopy.
117
-
Note that this has a performance impact for small message sizes, so it should only be enabled on a case-by-case basis.
118
-
```bash
119
-
export FI_CXI_SAFE_DEVMEM_COPY_THRESHOLD=0
120
-
```
121
-
122
113
### Resolved issues
123
114
124
115
#### `"cxil_map: write error"` when doing inter-node GPU-aware MPI communication
0 commit comments