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
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