mpi-forum / mpi-issues

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

User-Level Failure Mitigation: Files #22

Open wesbland opened 9 years ago

wesbland commented 9 years ago

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.

wesbland commented 8 years ago

PDF: issue-20-21-22.pdf

Pull Request: https://github.com/mpi-forum/mpi-standard/issues/13