DARMA-tasking / LB-analysis-framework

Analysis framework for exploring, testing, and comparing load balancing strategies
Other
3 stars 1 forks source link

Improve execution speed of cluster swap stage in clustering algorithm #464

Closed ppebay closed 10 months ago

ppebay commented 10 months ago

Motivation: the initial implementation computes explicitly several quantities (e.g. clusters themselves) after each swap. Instead, updates should be done.

Furthermore better instrumentation & statistics are needed to track load-balancing performance.

This is a sub-issue of the broader #446