Skip to content

Abort() must be triggered when an error condition (e.g., an Exception) is locally triggered on a process #17

@amartinhuertas

Description

@amartinhuertas

In order to avoid MPI deadlocks we must automatically call MPI.Abort() when an error condition (e.g., a failing test or an exception) is locally triggered on a processor. Problem: how can this be fulfilled when an error condition is produced within an external dependency, such as, e.g., Gridap.jl? Perhaps using Julia built-in support for exceptions? (i.e., try catch statements).

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