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

Distributed parallelization #602

Open
oameye opened this issue Nov 10, 2024 · 1 comment
Open

Distributed parallelization #602

oameye opened this issue Nov 10, 2024 · 1 comment

Comments

@oameye
Copy link
Contributor

oameye commented Nov 10, 2024

Has there been any consideration for adding an interface to parallelize computations using distributed (non-shared memory) parallelization? When working on a cluster, this approach can be much more efficient than threading, especially for cases where a polynomial system needs to be solved across multiple parameters. In such scenarios, parameter sets could be distributed across workers. Perhaps a tool like Dagger.jl could yield a useful implementation?

I am happy to try something out, as it could be useful for HarmonicBalance.jl

@PBrdng
Copy link
Collaborator

PBrdng commented Nov 12, 2024

No, there havent been any such considerations. Feel free to try something out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants