Skip to content

Commit 2918d23

Browse files
committed
Solutions update
1 parent c58d469 commit 2918d23

27 files changed

+18
-849
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Fill 2 sections in the yaml file:
7070
* the `decl_hdf5` for the configuration of \ref Decl_HDF5_plugin
7171

7272
Only dsize is written as of now, let's add `psize` and `pcoord` to match the
73-
content expected described in `ex3_result.h5` (use `h5dump` command to see content of HDF5 file).
73+
content expected described in `ex3.h5dump` (use `h5dump` command to see content of HDF5 file).
7474

7575
## Ex4. Writing some real data
7676

@@ -96,7 +96,7 @@ In order not to overwrite it every time it is exposed, we can add a `when`
9696
condition to restrict its output.
9797
Only write `main_field` at the second iteration (when `ii==0`).
9898

99-
Change the parallelism degree to 2 in height and try to match the expected content described in `ex4_result.h5`.
99+
Change the parallelism degree to 2 in height and try to match the expected content described in `ex4.h5dump`.
100100

101101
## Ex5. Introducing events
102102

@@ -120,7 +120,7 @@ Also notice the extended syntax that make it possible to write data to a dataset
120120
with a name different from the data in %PDI.
121121
Use this mechanism to write main_field at iterations 1 and 2, in two distinct
122122
groups `iter1` and `iter2`.
123-
Match the content as expected in `ex5_result.h5`.
123+
Match the content as expected in `ex5.h5dump`.
124124

125125
## Ex6. Simplifying the code
126126

@@ -196,7 +196,7 @@ And the graphical representation:
196196
\image html PDI_hdf5_selection_advanced.jpg
197197

198198
Write iterations 1 to 3 inclusive into dimensions 0 to 2.
199-
Match the expected output described in `ex8_result.h5`.
199+
Match the expected output described in `ex8.h5dump`.
200200

201201
## Ex9. Going parallel
202202

ex1.sh

-14
This file was deleted.

ex2.out

-30
This file was deleted.

ex2.sh

-14
This file was deleted.

ex3.out renamed to ex3.h5dump

File renamed without changes.

ex3.sh

-14
This file was deleted.

ex3_result.h5

-25
This file was deleted.

ex4.out renamed to ex4.h5dump

File renamed without changes.

ex4.sh

-14
This file was deleted.

ex4_result.h5

-134
This file was deleted.

ex5-trace.out

-35
This file was deleted.

ex5-hdf5.out renamed to ex5.h5dump

File renamed without changes.

ex5.sh

-14
This file was deleted.

0 commit comments

Comments
 (0)