Open wesbland opened 9 years ago
This ticket is a split from ticket #20. It covers the specific semantics of fault tolerance for File operations.
Adds the MPI_FILE_REVOKE functions and clarifies the semantics after a process failure or revocation.
MPI_FILE_REVOKE
Provides fault tolerance to interested users. Users / implementations that do not care about fault tolerance can opt out.
PDF: issue-20-21-22.pdf
Pull Request: https://github.com/mpi-forum/mpi-standard/issues/13
Overview
This ticket is a split from ticket #20. It covers the specific semantics of fault tolerance for File operations.
Impact on Implementations
Adds the
MPI_FILE_REVOKE
functions and clarifies the semantics after a process failure or revocation.Impact on Applications / Users
Provides fault tolerance to interested users. Users / implementations that do not care about fault tolerance can opt out.