Skip to content

MPI: MPI array type for dispatch #329

@ranocha

Description

@ranocha

I think it might be good to implement a lightweight MPI array type wrapping a standard array. Then, we can dispatch on the MPI array type to distinguish parallel from serial runs (and we need to pass the coefficients anyway). Moreover, this allows us to redirect broadcasting etc. to the parent array and overload reductions to make use of MPI. In this way, we can also use error-based time step control from OrdinaryDiffEq.jl etc.

We may look at

Metadata

Metadata

Assignees

No one assigned

    Labels

    parallelizationRelated to MPI, threading, tasks etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions