-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactor distributed information stage #323
Labels
enhancement
New feature or request
Comments
ppebay
changed the title
Refactor information stage to cleanly separate out information that is gossiped
Refactor distributed information stage
May 27, 2023
ppebay
added a commit
that referenced
this issue
May 28, 2023
ppebay
added a commit
that referenced
this issue
May 28, 2023
ppebay
added a commit
that referenced
this issue
May 29, 2023
ppebay
added a commit
that referenced
this issue
May 30, 2023
cwschilly
added a commit
that referenced
this issue
May 30, 2023
cwschilly
added a commit
that referenced
this issue
Jun 1, 2023
ppebay
added a commit
that referenced
this issue
Jun 10, 2023
ppebay
added a commit
that referenced
this issue
Jun 11, 2023
ppebay
added a commit
that referenced
this issue
Jun 11, 2023
ppebay
added a commit
that referenced
this issue
Jun 11, 2023
ppebay
added a commit
that referenced
this issue
Jun 11, 2023
ppebay
added a commit
that referenced
this issue
Jun 11, 2023
cwschilly
added a commit
that referenced
this issue
Jun 13, 2023
cwschilly
added a commit
that referenced
this issue
Jun 14, 2023
cwschilly
added a commit
that referenced
this issue
Jun 15, 2023
cwschilly
added a commit
that referenced
this issue
Jun 15, 2023
* #388: Add verbosity level argument to lbaf.app (in progress) * #388: add command line option to print list of implemented QOI * #388: add default verbosity level * #388: print all possible QOI * #388: move verbosity argument within printing function * #388: alter formatting of output * #388: simplify for loop * #388: update --help message, fix typo * #388: more formatting changes to output list * #388: print list as part of error for invalid QOI * #323: add work to r_qoi_list
github-actions bot
pushed a commit
that referenced
this issue
Jun 15, 2023
* #388: Add verbosity level argument to lbaf.app (in progress) * #388: add command line option to print list of implemented QOI * #388: add default verbosity level * #388: print all possible QOI * #388: move verbosity argument within printing function * #388: alter formatting of output * #388: simplify for loop * #388: update --help message, fix typo * #388: more formatting changes to output list * #388: print list as part of error for invalid QOI * #323: add work to r_qoi_list
ppebay
added a commit
that referenced
this issue
Jul 8, 2023
* #323: moved all messaging logic to inform and transfer algo * #323: separated out load information * #323: simplified code by makings "targets" a set instead of dict * #323: added "estimate" method to criteria for non-local information (distributed) * #323: Fix whitespace error * #323: Update tests to reflect changes in Rank * #323: create test for InformAndTransferAlgorithm * #323: progress update (refactored messages now processed and relayed) * #323: fixed debug statement * #323: fixed initial spawning and aggregation of initial messages * #323: completed refactoring of information stage * #323: made transfer algorithms work again with refactored information * #323: fixed test errors * #323: removed useless header comments * #323: displaced CMF calculation where it belongs * #323: fix unit tests to reflect changes in lbsMessage and lbsRank * #323: finalize InformAndTransfer testing and fix typos in Rank --------- Co-authored-by: Caleb Schilly <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is motivated by that fact that, over time, implicit assumptions have crept in regarding what's know/unknown by the sender regarding the destination rank.
The information stage must be refactored to be fully distributed again (as it was when load-only information was contained)
The text was updated successfully, but these errors were encountered: