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 d18dbb5 commit 937582eCopy full SHA for 937582e
docs/software/communication/cray-mpich.md
@@ -77,6 +77,12 @@ Cray MPICH may sometimes hang on larger runs.
77
export FI_MR_CACHE_MONITOR=disabled
78
```
79
80
+ The option
81
+ ```bash
82
+ export FI_MR_CACHE_MONITOR=userfaultfd
83
+ ```
84
+ may also avoid hangs, and typically performs better than completely disabling the cache monitor.
85
+
86
Performance may be negatively affected by this option.
87
88
#### `"cxil_map: write error"` when doing inter-node GPU-aware MPI communication
0 commit comments