-
Notifications
You must be signed in to change notification settings - Fork 9
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
#1668: initialize collection stats phase #2185
Conversation
Pipelines resultsPR tests (gcc-12, ubuntu, mpich) Build for 2b39b4a (2023-10-18 13:26:11 UTC)
PR tests (clang-9, ubuntu, mpich) Build for 2b39b4a (2023-10-18 13:26:11 UTC)
PR tests (gcc-9, ubuntu, mpich, zoltan, json schema test) Build for 2b39b4a (2023-10-18 13:26:11 UTC)
PR tests (clang-12, ubuntu, mpich) Build for 2b39b4a (2023-10-18 13:26:11 UTC)
PR tests (clang-13, ubuntu, mpich) Build for 2b39b4a (2023-10-18 13:26:11 UTC)
PR tests (gcc-10, ubuntu, openmpi, no LB) Build for 2b39b4a (2023-10-18 13:26:11 UTC)
PR tests (clang-11, ubuntu, mpich) Build for 2b39b4a (2023-10-18 13:26:11 UTC)
PR tests (clang-14, ubuntu, mpich) Build for 2b39b4a (2023-10-18 13:26:11 UTC)
PR tests (gcc-8, ubuntu, mpich, address sanitizer) Build for 2b39b4a (2023-10-18 13:26:11 UTC)
PR tests (clang-10, ubuntu, mpich) Build for 2b39b4a (2023-10-18 13:26:11 UTC)
PR tests (gcc-11, ubuntu, mpich, trace runtime, coverage) Build for 2b39b4a (2023-10-18 13:26:11 UTC)
PR tests (intel icpc, ubuntu, mpich) Build for 2b39b4a (2023-10-18 13:26:11 UTC)
PR tests (nvidia cuda 11.2, gcc-9, ubuntu, mpich) Build for 2b39b4a (2023-10-18 13:26:11 UTC)
|
There appear to be some issues with this implementation that are not caught by new or existing tests, but show up in one of my application runs. So I'm investigating what the cause is. |
367b88e
to
cf8cc15
Compare
@nmm0 Were you able to identify the issue? |
Hey @thearusable sorry, I haven't had a chance, I've been out sick for a little while. I'll be looking into it but the main thing is that on one of the NimbleSM application runs, it eventually fails with a mismatched phase number. I'm not sure what the exact cause of it is, but I think it may be an inserted element not getting its phase number set correctly (I did remove that logic from the insert function but thought it would be covered in the other function it got moved to). |
…table. Ensure that other tests pass
3177b3d
to
2b39b4a
Compare
Fixes #1668