mpi-forum / mpi-issues

Tickets for the MPI Forum
http://www.mpi-forum.org/
67 stars 8 forks source link

41rc1:io: default and predefined error classes mixed up #789

Open abouteiller opened 1 year ago

abouteiller commented 1 year ago

Problem

As reported by @wesbland

Proposal

Remove predefined as this should only apply to the predefined error handlers (e.g. MPI_ERRORS_RETURN), not what is set by default on MPI_File objects.

Changes to the Text

By default, the predefined error handler for file handles is MPI_ERRORS_RETURN. The default file error handler has two purposes

Impact on Implementations

No

Impact on Users

Clarity

References and Pull Requests