Blame test/commands/README
|
Packit |
0848f5 |
This directory contains tests for commands that are included with MPICH.
|
|
Packit |
0848f5 |
These include tests of commands for compiling and linking MPI programs,
|
|
Packit |
0848f5 |
such as mpicc and mpif77, and for using mpiexec to run MPI programs.
|
|
Packit |
0848f5 |
These tests cover both command-line options recommended by the MPI-Forum and
|
|
Packit |
0848f5 |
options that are part of the common MPICH extensions for mpiexec.
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
In addition, the program testout.c can be used to check the buffering of
|
|
Packit |
0848f5 |
stdio. As a quality of implementation issue, users expect programs run
|
|
Packit |
0848f5 |
by mpiexec to preserve their buffering choice (or at least the appearence of
|
|
Packit |
0848f5 |
it). This program writes several lines of output with delays between each
|
|
Packit |
0848f5 |
line; those delays should be observed when the program is run under mpiexec.
|