-
Notifications
You must be signed in to change notification settings - Fork 53
External block storage for JSON/TOML backend via file system or S3 #1789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
ec2d404 to
4381409
Compare
| else | ||
| { | ||
| // sic! initialize the deferred json config as a new | ||
| // tracing object |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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