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

#464: Improve efficiency of cluster swap stage of clustering transfer strategy #451

Conversation

ppebay
Copy link
Contributor

@ppebay ppebay commented Sep 30, 2023

Resolves #464

Related to #446

@ppebay ppebay self-assigned this Sep 30, 2023
cwschilly and others added 21 commits October 5, 2023 12:50
…r-defined data (#452)

* #421: add user_defined data to jsonwriter

* #421: return to original config
* #447: Try removing authentication

* #447: fix classifiers

* #447: update development status

* #447: try publishing to PyPi

* #447: clean up

* #447: add condition back to pypi pipeline

* #447: add newline

---------

Co-authored-by: Caleb Schilly <[email protected]>
…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
@ppebay
Copy link
Contributor Author

ppebay commented Oct 10, 2023

@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

@ppebay ppebay requested a review from nlslatt October 10, 2023 08:25
@ppebay
Copy link
Contributor Author

ppebay commented Oct 12, 2023

As discussed with @nlslatt and @lifflander this is ready to be reviewed

@ppebay ppebay marked this pull request as ready for review October 12, 2023 19:12
@ppebay ppebay changed the title #446: Improve efficiency of sub-clustering stage of clustering transfer strategy #446: Improve efficiency of cluster swap stage of clustering transfer strategy Oct 12, 2023
@nlslatt
Copy link
Contributor

nlslatt commented Oct 12, 2023

@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.

@nlslatt
Copy link
Contributor

nlslatt commented Oct 12, 2023

@ppebay It also looks like you have commits from other PRs on this branch. Please rebase and make sure the branch is clean.

@ppebay
Copy link
Contributor Author

ppebay commented Oct 13, 2023

Thanks @nlslatt this is now fixing #464

Regarding the commits from other branches, this is because this branch was rebased on develop twice in order to incorporate other changes along the way.

@nlslatt nlslatt changed the title #446: Improve efficiency of cluster swap stage of clustering transfer strategy #464: Improve efficiency of cluster swap stage of clustering transfer strategy Oct 13, 2023
@ppebay
Copy link
Contributor Author

ppebay commented Oct 13, 2023

This is now superseded by new PR #465

@ppebay ppebay closed this Oct 13, 2023
@ppebay ppebay deleted the 446-mprove-efficiency-of-sub-clustering-stage-of-clustering-transfer-strategy branch October 16, 2023 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve execution speed of cluster swap stage in clustering algorithm
4 participants