Blame test/mpi/errors/basic/README
|
Packit |
0848f5 |
This directory contains programs that are expected to fail in some way.
|
|
Packit |
0848f5 |
They should be run manually to check the response of the MPI implementation
|
|
Packit |
0848f5 |
to these failures.
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
The programs are:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
debabort: This is a simple program that passes inconsistent parameters to
|
|
Packit |
0848f5 |
MPI_Allreduce and should cause a run-time error. This may be used to see
|
|
Packit |
0848f5 |
if a debugger can regain control of an MPI program when such an error, which
|
|
Packit |
0848f5 |
will normally cause an Abort, occurs.
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
lefthandles: This program allocates several MPI objects that are not freed.
|
|
Packit |
0848f5 |
An MPI implmentation is not required to report this or fail in this case,
|
|
Packit |
0848f5 |
but an MPI implementation that is striving to report storage leaks caused by
|
|
Packit |
0848f5 |
user programs should report allocated and unfreed MPI objects.
|