DARMA-tasking / LB-analysis-framework

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

300 Add a toy problem for load balancing under memory constraints #301

Closed nlslatt closed 1 year ago

nlslatt commented 1 year ago

Closes #300

See README for details.

For simplicity, the memory usage of tasks, blocks, and ranks don't vary. The goal here is to stay within the memory constrain while balancing the load, without breaking locality too badly (introducing unwarranted levels of communication).

nlslatt commented 1 year ago

@marcinwrobel1986 Thanks for catching that. I'm only indirectly using VT for outputting the files, so the typo was in my driver. I will fix this PR today.