Skip to content

Commit 8845159

Browse files
authored
Merge branch 'main' into upd-contributing
2 parents c2862f1 + 42866c7 commit 8845159

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ Wannier
106106
XDG
107107
Zumsteinspitz
108108
aarch
109-
aarch64
110109
acfdt
111110
acl
112111
admin
@@ -201,6 +200,7 @@ mkl
201200
mpi
202201
mps
203202
multitenancy
203+
nanoscale
204204
nanotron
205205
nccl
206206
netlib

.github/actions/spelling/patterns.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ cuDNN
1111
Schrödinger
1212
GROningen
1313
Säntis
14+
ScaLAPACK
15+
VSCode
16+
aarch64
1417

1518
# markdown figure
1619
!\[.*\]\(.*\)
@@ -37,4 +40,4 @@ https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0
3740
[A-Za-z-_]+@[0-9]+(\.[.0-9]+)?(\+[0-9a-z]+)?
3841

3942
# img tag
40-
<img.*\/>
43+
<img.*>

docs/software/container-engine/edf.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,19 @@ List of mounts in the format `SOURCE:DESTINATION[:FLAGS]`. By default, it perfor
142142

143143
* Mounting the scratch filesystem using a host environment variable
144144
```toml
145-
mounts = ["${SCRATCH}:/scratch"]
145+
mounts = ["${SCRATCH}:${SCRATCH}"]
146146
```
147147

148148
* Mounting a SquashFS image `${SCRATCH}/data.sqsh` to `/data`
149149
```toml
150150
mounts = ["${SCRATCH}/data.sqsh:/data:sqsh"]
151151
```
152152

153+
* Mounting multiple entities (the scratch filesystem and a SquashFS image)
154+
```toml
155+
mounts = ["${SCRATCH}:${SCRATCH}", "${SCRATCH}/data.sqsh:/data:sqsh"]
156+
```
157+
153158
!!! note
154159
* Mount flags are separated with a plus symbol, for example: `ro+private`.
155160

docs/software/devtools/linaro-ddt.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To use the DDT client with uenv, it must be launched in `Manual Launch` mode
3838
Click on `Manual launch`, set the number of processes to listen to, then wait for the Slurm job to start
3939
(see the "on Alps" tab for how to start the Slurm job).
4040

41-
<img src="https://raw.githubusercontent.com/jgphpc/cornerstone-octree/ddt/scripts/img/ddt/0.png" width="600" />
41+
<img src="https://raw.githubusercontent.com/jgphpc/cornerstone-octree/ddt/scripts/img/ddt/0.png" width="600">
4242

4343
=== "On Alps"
4444

@@ -57,21 +57,21 @@ To use the DDT client with uenv, it must be launched in `Manual Launch` mode
5757
### Start debugging
5858

5959
By default, DDT will pause execution on the call to `MPI_Init`:
60-
<img src="https://raw.githubusercontent.com/jgphpc/cornerstone-octree/ddt/scripts/img/ddt/1.png" width="600" />
60+
<img src="https://raw.githubusercontent.com/jgphpc/cornerstone-octree/ddt/scripts/img/ddt/1.png" width="600">
6161

6262
There are two mechanisms for controlling program execution:
6363

6464
=== "Breakpoint"
6565

6666
Breakpoint(s) can be set by clicking in the margin to the left of the line number:
6767

68-
<img src="https://raw.githubusercontent.com/jgphpc/cornerstone-octree/ddt/scripts/img/ddt/3.png" width="600" />
68+
<img src="https://raw.githubusercontent.com/jgphpc/cornerstone-octree/ddt/scripts/img/ddt/3.png" width="600">
6969

7070
=== "Stop at"
7171

7272
Execution can be paused in every CUDA kernel launch by activating the default breakpoints from the `Control` menu:
7373

74-
<img src="https://raw.githubusercontent.com/jgphpc/cornerstone-octree/ddt/scripts/img/ddt/4.png" width="400" />
74+
<img src="https://raw.githubusercontent.com/jgphpc/cornerstone-octree/ddt/scripts/img/ddt/4.png" width="400">
7575

7676

7777
??? example "Debugging with 128 GPUs"

docs/software/devtools/linaro-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To open this file we can open the Linaro Forge Client on our local machine, navi
2626

2727
After loading the report file we will be in the home of Linaro MAP.
2828

29-
<img src="https://raw.githubusercontent.com/iomaganaris/alps-uenv/refs/heads/linaro_map_docs_archive/docs/images/map-home.png" width="800" />
29+
<img src="https://raw.githubusercontent.com/iomaganaris/alps-uenv/refs/heads/linaro_map_docs_archive/docs/images/map-home.png" width="800">
3030

3131
## Linaro Forge Performance Reports
3232

docs/software/sciapps/quantumespresso.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,3 @@ MPICH_GPU_SUPPORT_ENABLED=1 srun [...] $SCRATCH/qe-env/view/bin/pw.x < pw.in
153153

154154
!!! warning
155155
The physical installation path is in `$SCRATCH/spack`, deleting this directory will leave the anonymous spack environment created in 3. with dangling symlinks.
156-
157-
158-
159-

0 commit comments

Comments
 (0)