External block storage for JSON/TOML backend via file system or S3#1789
External block storage for JSON/TOML backend via file system or S3#1789franzpoeschel wants to merge 50 commits intoopenPMD:devfrom
Conversation
ec2d404 to
4381409
Compare
| else | ||
| { | ||
| // sic! initialize the deferred json config as a new | ||
| // tracing object |
There was a problem hiding this comment.
TODO: Return warning upon unused keys
bin/openpmd-pipe --infile samples/git-sample/data%T.bp --outfile data.json --outconfig "$(echo -e 'json.dataset.mode = "template"\njson.attribute.mode = "short"')"
This reverts commit ed239cf.
This reverts commit 72b41a3.
for more information, see https://pre-commit.ci
necessary precondition for MPI merging
Avoids argument length limitations with cmd line arguments
| /* convertLowercase = */ false); | ||
| for (++begin; begin != end; ++begin) | ||
| { | ||
| auto [next, _] = json::parseOptions( |
Check notice
Code scanning / CodeQL
Unused local variable Note
| } | ||
|
|
||
| template <typename Arg, typename... Args> | ||
| auto prepend_to_json(nlohmann::json j, Arg &&arg, Args &&...args) |
Check notice
Code scanning / CodeQL
Unused static variable Note
| } | ||
|
|
||
| template <typename Arg, typename... Args> | ||
| auto prepend_to_json(nlohmann::json j, Arg &&arg, Args &&...args) |
Check notice
Code scanning / CodeQL
Unused local variable Note
| template <typename... Args> | ||
| void warnUnusedJson( | ||
| openPMD::json::TracingJSON const &jsonConfig, | ||
| Args &&...extra_json_hierarchy) |
Check notice
Code scanning / CodeQL
Unused static variable Note
| template <typename... Args> | ||
| void warnUnusedJson( | ||
| openPMD::json::TracingJSON const &jsonConfig, | ||
| Args &&...extra_json_hierarchy) |
Check notice
Code scanning / CodeQL
Unused local variable Note
| chunk_assignment::mergeChunks(*parameters.chunks); | ||
| auto &j = obtainJsonContents(writable); | ||
|
|
||
| auto [extent, datasetmode] = getExtent(j, m_datasetMode.m_mode); |
Check notice
Code scanning / CodeQL
Unused local variable Note
TODO