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

Fix Orchestrator DPD. #17

Open
jrbeaumont opened this issue Mar 29, 2021 · 2 comments
Open

Fix Orchestrator DPD. #17

jrbeaumont opened this issue Mar 29, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@jrbeaumont
Copy link
Member

Orchestrator DPD is broken. Small sizes, 3x3x3 to 5x5x5 seem to work and manage to get to 10,000 timesteps, but anything larger fails after a few hundred timesteps.

This could be something to do with the changes to the asynchronous synchronisations, but I would assume this wouldn't work for any size.

Small volumes seem to be deterministic which is hopeful.

I'm going to start by counting messages in and out, as I am worried that some are getting lost, but if not this is going to turn into a real head-scratcher.

@jrbeaumont jrbeaumont added the bug Something isn't working label Mar 29, 2021
@jrbeaumont jrbeaumont self-assigned this Mar 29, 2021
@jrbeaumont
Copy link
Member Author

Orchestrator DPD XML seemed to be fixed by pulling from the Orchestrator FEATURE-0167-etc branch.

It included a bug fix, and now everything seems to work quite nicely with bucket fill placement. I'm currently getting results for 3x3x3 to 40x40x40 on one box just to see how that goes.

Next is to try it with random placement. If that works then this can be closed. DPD XML is still way too large (1000+ bytes over), but short of taking away features it needs, I can't think of a way to slim it down much more.

@jrbeaumont jrbeaumont removed their assignment Apr 15, 2021
@jrbeaumont
Copy link
Member Author

Random placement still seems to be sketchy. Not sure why. I need to see if number of messages in = number of messages out as a start.

I hope I have time to test and fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant