Skip to content

Remove MPI Exception handling.

Francois Mazen requested to merge no_mpi_exception into main

MPI Exception is unstable across MPI implementation and it prevent specific build. For example: #6 (closed).

This MR removes this feature in favor of the global std::exception catching, which is already required by ADIOS2.

Merge request reports