-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
parallelizationRelated to MPI, threading, tasks etc.Related to MPI, threading, tasks etc.
Description
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
Labels
parallelizationRelated to MPI, threading, tasks etc.Related to MPI, threading, tasks etc.