The definition of `SMR_MAX_PEERS` in `prov/shm/src/smr_util.h` ``` #define SMR_MAX_PEERS 256 ``` results in segfaults when using `lnx` with `shm` on GH200 systems, which have 288 cores. Increasing this limit fixed the issue.