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

Reverse handler for round robin channel selection in dragonfly model (Imported #154) #154

Open
nmcglo opened this issue Nov 4, 2016 · 0 comments
Labels
low priority This issue is not actively worked on but isn't a wontfix

Comments

@nmcglo
Copy link
Member

nmcglo commented Nov 4, 2016

Original Issue Author: Misbah Mubarak
Original Issue ID: 154
Original Issue URL: https://xgitlab.cels.anl.gov/codes/codes/issues/154


A round robin channel selection is being made for multiple chassis connections in sequential mode. However reverse handler for the round robin selection is non-intuitive since the function may be called several time when doing adaptive routing and we have to set a different flag every time the state has been modified in the function. Currently, the reverse handler functionality behaves like a randomized channel selection (since the saved state is not being restored in reverse function). We will have to find a better way to handle this in optimistic mode. Results of simulation vary slightly but are not significantly different.

Also see https://xgitlab.cels.anl.gov/codes/codes/issues/153

@nmcglo nmcglo added the low priority This issue is not actively worked on but isn't a wontfix label Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority This issue is not actively worked on but isn't a wontfix
Projects
None yet
Development

No branches or pull requests

1 participant