We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I assume this is a result of switching JSON validation from `gcc-9` to `clang-16`.
Originally posted by @cz4rs in #2360 (comment)
Mentioned change:
diff --git a/examples/lb_data/lb_data_file_example.json b/examples/lb_data/lb_data_file_example.json index 061a3fe210..0183c05f13 100644 --- a/examples/lb_data/lb_data_file_example.json +++ b/examples/lb_data/lb_data_file_example.json @@ -23,7 +23,7 @@ { "communications": [ { - "bytes": 152.0, + "bytes": 160.0, "from": { "collection_id": 7, "home": 0,
The text was updated successfully, but these errors were encountered:
The difference comes from different configurations (VT_TRACE enabled / disabled) and is not related to compiler used.
VT_TRACE
#2360 (comment)
Sorry, something went wrong.
cz4rs
No branches or pull requests
Originally posted by @cz4rs in #2360 (comment)
Mentioned change:
The text was updated successfully, but these errors were encountered: