File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,9 @@ The system [Daint][ref-cluster-daint] will be expanded to approximately 2350 Gra
3232``` bash
3333#! /bin/bash
3434
35- # SBATCH --account=<account>
36- # SBATCH --partition=<todo>
35+ # SBATCH --account=<group>
36+ # SBATCH --partition=normal
37+ # SBATCH --reservation=<group>
3738
3839srun --uenv=prgenv-gnu/24.11:v2 --view=default -n? -N? ....
3940```
@@ -51,7 +52,7 @@ The fix is to update how the squashfs file for the uenv or container used by you
5152``` console title="set lustre striping on uenv squashfs file"
5253$ uenv image inspect prgenv-gnu/24.11:v2 --format=' {sqfs}'
5354/capstor/scratch/cscs/bcumming/.uenv-images/images/6068794b820fb4dd91019d020d6d98334a2f9fd23035a5e4a2f72f9dda5f1260/store.squashfs
54- $ lfs setstripe --stripe-count -1 --stripe-size 1M $( uenv image inspect prgenv-gnu/24.11:v2 --format=' {sqfs}' )
55+ $ lfs migrate --stripe-count 20 --stripe-size 1M $( uenv image inspect prgenv-gnu/24.11:v2 --format=' {sqfs}' )
5556```
5657
5758As an additional precaution, we recommend to increase the default wait threshold for ` MPI_Init ` from 180 seconds to 300.
You can’t perform that action at this time.
0 commit comments