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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,9 @@ Performance may be negatively affected by this option.
81
81
82
82
#### `"cxil_map: write error"` when doing inter-node GPU-aware MPI communication
83
83
84
-
The following environment variable can be set to disable gdrcopy:
84
+
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).
85
+
Setting the following option will completely disable gdrcopy.
86
+
Note that this has a performance impact for small message sizes, so it should only be enabled on a case-by-case basis.
0 commit comments