We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f8510 commit 95098f3Copy full SHA for 95098f3
examples/7_extended_write_serial.cpp
@@ -157,13 +157,23 @@ int main()
157
io::determineDatatype<uint64_t>(),
158
{2},
159
R"(
160
- hdf5.dataset.chunks = "auto"
161
-
162
- hdf5.dataset.permanent_filters = [
163
- {type = "zlib", aggression = 5},
164
- {id = "shuffle", "flags" = "MANDATORY"}
165
- ]
166
- )");
+ {
+ "hdf5": {
+ "dataset": {
+ "chunks": "auto",
+ "permanent_filters": [
+ "aggression": 5,
167
+ "type": "zlib"
168
+ },
169
170
+ "flags": "MANDATORY",
171
+ "id": "shuffle"
172
+ }
173
+ ]
174
175
176
+ })");
177
electrons.particlePatches["numParticles"].resetDataset(dset);
178
electrons.particlePatches["numParticlesOffset"].resetDataset(dset);
179
0 commit comments