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

The need for dynamic load balancing in global adaptivity #129

Open
IshaanDesai opened this issue Sep 16, 2024 · 0 comments
Open

The need for dynamic load balancing in global adaptivity #129

IshaanDesai opened this issue Sep 16, 2024 · 0 comments
Assignees
Labels
new-feature Adding a new feature

Comments

@IshaanDesai
Copy link
Member

In global adaptivity, it is very often the case that there exists only a particular region of interest on the macro scale, which leads to only micro simulations in that region to be active. From a performance perspective this is highly inefficient, because it means that some processors solve a large number of micro simulations, while other processors are idle. In a recent study where we scaled the two-scale-heat-conduction case to have 128 micro simulations, we saw the effect of the load imbalance:

image

A dynamic load balancing technique which would redistribute the micro simulations across processors would aide to increased performance and scalability.

@IshaanDesai IshaanDesai self-assigned this Sep 16, 2024
@IshaanDesai IshaanDesai added the new-feature Adding a new feature label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature Adding a new feature
Projects
None yet
Development

No branches or pull requests

1 participant