Skip to content

Commit f515470

Browse files
authored
update lustre striping command (#222)
1 parent 6bf4941 commit f515470

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/guides/gb25.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3839
srun --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

5758
As an additional precaution, we recommend to increase the default wait threshold for `MPI_Init` from 180 seconds to 300.

0 commit comments

Comments
 (0)