Skip to content

Distributed parallelization #602

@oameye

Description

@oameye

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions