Blame test/mpi/errors/faults/README
|
Packit |
0848f5 |
This directory contains tests for the ability of MPI to survive faults.
|
|
Packit |
0848f5 |
The MPI standard permits but does not require that an MPI
|
|
Packit |
0848f5 |
implementation continue through a fault. If the MPI implementation
|
|
Packit |
0848f5 |
does (claim) to be fault tolerant, these test programs provide some
|
|
Packit |
0848f5 |
basic tests. To enable these, configure the tests with the configure
|
|
Packit |
0848f5 |
option --enable-checkfaults .
|
|
Packit |
0848f5 |
|