Skip to content

Commit 81fcd85

Browse files
13: proofreading
1 parent ee85f2e commit 81fcd85

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/13-examples.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ If we assume the grid point values to be truly independent *for a single time st
161161

162162
.. code-block:: console
163163
164-
salloc -A project_465001310 -p small-g -N 1 -c 8 -n 1 --gpus-per-node=1 --t 1:00:00
164+
salloc -A project_465001310 -p small-g -N 1 -c 8 -n 1 --gpus-per-node=1 -t 1:00:00
165165
166166
module load LUMI/24.03
167167
module load partition/G
@@ -329,12 +329,12 @@ Changes of stencil update code for OpenMP and SYCL are shown in the tabs below:
329329
Average temperature, start: 59.763305
330330
Average temperature at end: 59.281239
331331
Control temperature at end: 59.281239
332-
Iterations took 2.683 seconds.
332+
Iterations took 2.086 seconds.
333333
$ srun stencil
334334
Average temperature, start: 59.763305
335335
Average temperature at end: 59.281239
336336
Control temperature at end: 59.281239
337-
Iterations took 0.317 seconds.
337+
Iterations took 0.052 seconds.
338338
339339
340340
.. challenge:: Exercise: naive GPU ports
@@ -671,3 +671,5 @@ If you want to know more about specific programming models / framework, definite
671671
- `Heterogeneous programming with SYCL <https://enccs.github.io/sycl-workshop/>`_
672672
- `Educational implementation of heat flow example (incl. MPI-aware CUDA) <https://github.com/cschpc/heat-equation/>`_
673673

674+
675+

0 commit comments

Comments
 (0)