File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments