-
Notifications
You must be signed in to change notification settings - Fork 0
2018 05 23
Wesley Bland edited this page May 23, 2018
·
1 revision
- Aurelien read through the proposals about the definitions of
MPI_INIT
andMPI_FINALIZE
in the event of an error.- Feedback was that it was still referring to fault tolerance too much and should be more focused on error handling.
- We should make sure that we're not attaching particular implementation details to
MPI_INIT
, such as thatMPI_COMM_WORLD
will be set up whenMPI_INIT
is done.
- We should make sure that we're not attaching particular implementation details to
- The was also conversation about how we want to do fail-fast for
MPI_COMM_WORLD
.- If it's important to the application to know that
MPI_COMM_WORLD
is set up correctly, it should do anMPI_BARRIER
afterMPI_INIT
.
- If it's important to the application to know that
- Feedback was that it was still referring to fault tolerance too much and should be more focused on error handling.