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