@@ -70,7 +70,7 @@ Fill 2 sections in the yaml file:
70
70
* the ` decl_hdf5 ` for the configuration of \ref Decl_HDF5_plugin
71
71
72
72
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).
74
74
75
75
## Ex4. Writing some real data
76
76
@@ -96,7 +96,7 @@ In order not to overwrite it every time it is exposed, we can add a `when`
96
96
condition to restrict its output.
97
97
Only write ` main_field ` at the second iteration (when ` ii==0 ` ).
98
98
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 ` .
100
100
101
101
## Ex5. Introducing events
102
102
@@ -120,7 +120,7 @@ Also notice the extended syntax that make it possible to write data to a dataset
120
120
with a name different from the data in %PDI.
121
121
Use this mechanism to write main_field at iterations 1 and 2, in two distinct
122
122
groups ` iter1 ` and ` iter2 ` .
123
- Match the content as expected in ` ex5_result.h5 ` .
123
+ Match the content as expected in ` ex5.h5dump ` .
124
124
125
125
## Ex6. Simplifying the code
126
126
@@ -196,7 +196,7 @@ And the graphical representation:
196
196
\image html PDI_hdf5_selection_advanced.jpg
197
197
198
198
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 `.
200
200
201
201
# # Ex9. Going parallel
202
202
0 commit comments