Skip to content

Commit b8c74ff

Browse files
committed
Merge branch 'gb25-round2' of github.com:eth-cscs/cscs-docs into gb25-round2
2 parents c366902 + 6a73c56 commit b8c74ff

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
@@ -49,7 +49,12 @@ The fix is to update how the squashfs file for the uenv or container used by you
4949
```console title="set lustre striping on uenv squashfs file"
5050
$ uenv image inspect prgenv-gnu/24.11:v2 --format='{sqfs}'
5151
/capstor/scratch/cscs/bcumming/.uenv-images/images/6068794b820fb4dd91019d020d6d98334a2f9fd23035a5e4a2f72f9dda5f1260/store.squashfs
52-
$ lfs setstripe --stripe-count -1 --stripe-size 4M $(uenv image inspect prgenv-gnu/24.11:v2 --format='{sqfs}')
52+
$ lfs setstripe --stripe-count -1 --stripe-size 1M $(uenv image inspect prgenv-gnu/24.11:v2 --format='{sqfs}')
53+
```
54+
55+
As an additional precaution, we recommend to increase the default wait threshold for `MPI_Init` from 180 seconds to 300.
56+
```console title="increase MPI initialization time-out"
57+
$ export PMI_MMAP_SYNC_WAIT_TIME=300
5358
```
5459

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

0 commit comments

Comments
 (0)