Skip to content
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

check why the communication size changes when using different compilers #2373

Closed
cz4rs opened this issue Nov 26, 2024 · 1 comment
Closed
Assignees

Comments

@cz4rs
Copy link
Contributor

cz4rs commented Nov 26, 2024

          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,
@cz4rs cz4rs self-assigned this Nov 26, 2024
@cz4rs
Copy link
Contributor Author

cz4rs commented Nov 29, 2024

The difference comes from different configurations (VT_TRACE enabled / disabled) and is not related to compiler used.

#2360 (comment)

@cz4rs cz4rs closed this as completed Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant