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

Improve memory stored data sharing between cores #728

Open
Zapiano opened this issue Mar 26, 2024 · 0 comments
Open

Improve memory stored data sharing between cores #728

Zapiano opened this issue Mar 26, 2024 · 0 comments
Labels
bug Something isn't working priority Issues to be resolved as a priority

Comments

@Zapiano
Copy link
Collaborator

Zapiano commented Mar 26, 2024

When we run scenarios using multiple cores, a copy of a Domain instance is passed to each core. Some of the arrays stored in memory and "saved" in a Domain instance scale with the number of locations (e.g. cyclone mortality, DHW and waves). When the number of locations is too high, the impact in running time is massive.

One idea is to use SharedArrays (https://docs.julialang.org/en/v1/stdlib/SharedArrays/). We are open to other proposals.

@Zapiano Zapiano added bug Something isn't working priority Issues to be resolved as a priority labels Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority Issues to be resolved as a priority
Projects
None yet
Development

No branches or pull requests

1 participant