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).