-
Notifications
You must be signed in to change notification settings - Fork 2
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
#464: Improve efficiency of cluster swap stage of clustering transfer strategy #451
#464: Improve efficiency of cluster swap stage of clustering transfer strategy #451
Conversation
…ring-transfer-strategy' of github.com:DARMA-tasking/LB-analysis-framework into 446-mprove-efficiency-of-sub-clustering-stage-of-clustering-transfer-strategy
…clustering-transfer-strategy' of github.com:DARMA-tasking/LB-analysis-framework into 446-mprove-efficiency-of-sub-clustering-stage-of-clustering-transfer-strategy
@nlslatt if you get a chance (and time), this branch contains performance improvements to the swapping stage of the clustering transfer strategy. I added some stats (and fixed some that turned out to be incorrect regarding rejection rates), so any feedback as to whether execution speed is improved with your data sets would be appreciated. Meanwhile I am continuing to work on the sub-clustering stage. Thanks |
As discussed with @nlslatt and @lifflander this is ready to be reviewed |
@ppebay You should open an issue that motivates your changes and link it to that issue instead of the one that you don't want closed. |
@ppebay It also looks like you have commits from other PRs on this branch. Please rebase and make sure the branch is clean. |
This is now superseded by new PR #465 |
Resolves #464
Related to #446