We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c44f15 commit 267e746Copy full SHA for 267e746
docs/software/communication/cray-mpich.md
@@ -79,6 +79,13 @@ Cray MPICH may sometimes hang on larger runs.
79
80
Performance may be negatively affected by this option.
81
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
89
### Resolved issues
90
91
#### `"cxil_map: write error"` when doing inter-node GPU-aware MPI communication
0 commit comments