Skip to content

Commit 937582e

Browse files
committed
Add alternative workaround for Cray MPICH hangs
1 parent d18dbb5 commit 937582e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/software/communication/cray-mpich.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ Cray MPICH may sometimes hang on larger runs.
7777
export FI_MR_CACHE_MONITOR=disabled
7878
```
7979

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+
8086
Performance may be negatively affected by this option.
8187

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

0 commit comments

Comments
 (0)