You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: