Skip to content

MPI capabilities #98

@andrewwinters5000

Description

@andrewwinters5000

There is parallelization via MPI available from Trixi; however, there one would need to implement calc_mpi_interface_flux! and calc_mpi_mortars_flux! functions for systems with nonconservative terms in the file src/solvers/dgsem_p4est/dg_2d_parallel.jl. These routines already exist for the 3D P4estMesh in Trixi, so such implementations would be straightforward. One just needs a use case.

Also, moving to MPI simulations one may need to adapt the sqrt function similar to the strategy taken in Trixi's math.jl to avoid deadlock if one process crashes (due to something like a negative water height) while another does not.

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