Skip to content

Commit 6a73c56

Browse files
committed
increase default MPI_Init wait threshold
1 parent 6a2fb0f commit 6a73c56

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/guides/gb25.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ The fix is to update how the squashfs file for the uenv or container used by you
4141
```console title="set lustre striping on uenv squashfs file"
4242
$ uenv image inspect prgenv-gnu/24.11:v2 --format='{sqfs}'
4343
/capstor/scratch/cscs/bcumming/.uenv-images/images/6068794b820fb4dd91019d020d6d98334a2f9fd23035a5e4a2f72f9dda5f1260/store.squashfs
44-
$ lfs setstripe --stripe-count -1 --stripe-size 4M $(uenv image inspect prgenv-gnu/24.11:v2 --format='{sqfs}')
44+
$ lfs setstripe --stripe-count -1 --stripe-size 1M $(uenv image inspect prgenv-gnu/24.11:v2 --format='{sqfs}')
45+
```
46+
47+
As an additional precaution, we recommend to increase the default wait threshold for `MPI_Init` from 180 seconds to 300.
48+
```console title="increase MPI initialization time-out"
49+
$ export PMI_MMAP_SYNC_WAIT_TIME=300
4550
```
4651

4752
!!! todo "update this with the final guidance"

0 commit comments

Comments
 (0)