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