Skip to content
Snippets Groups Projects
Unverified Commit ed677632 authored by Thorsten Hater's avatar Thorsten Hater Committed by GitHub
Browse files

Improve `partition_load_balance` (#2206)

Spin-off from #2005. Make the primary load balancing cleaner and faster
and more maintainable.
Thus:
- remove all MPI calls, this is now purely local
- remove temporary data structures and/or coral them into their own
little scopes
- simplify `super_cells` vs `regular_cells`
- sort less
- sparse connection tables

Partially inspired by external feedback
parent d84083da
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment