Remove MPI Exception handling.
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.