Skip to content

Commit 8875a49

Browse files
authored
Apply suggestion from @msimberg
1 parent f2c12c5 commit 8875a49

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/software/communication/cray-mpich.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,6 @@ Cray MPICH can perform badly when doing intra-node CPU-CPU memory communication.
110110
Whenever possible, prefer using GPU-GPU communication instead of CPU-CPU communication.
111111
It can even be beneficial to transfer data to the GPU only for the communication even if the buffer originally is in CPU memory.
112112

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-
122113
### Resolved issues
123114

124115
#### `"cxil_map: write error"` when doing inter-node GPU-aware MPI communication

0 commit comments

Comments
 (0)