Skip to content

Commit 267e746

Browse files
workaround for cxil_map write error
1 parent 7c44f15 commit 267e746

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/software/communication/cray-mpich.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ Cray MPICH may sometimes hang on larger runs.
7979

8080
Performance may be negatively affected by this option.
8181

82+
#### `"cxil_map: write error"` when doing inter-node GPU-aware MPI communication
83+
84+
The following environment variable can be set to disable gdrcopy:
85+
```bash
86+
export FI_CXI_SAFE_DEVMEM_COPY_THRESHOLD=0
87+
```
88+
8289
### Resolved issues
8390

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

0 commit comments

Comments
 (0)