• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Dec-2021-

Makefile.amH A D16-Dec-2021657 3014

Makefile.inH A D16-Dec-202144.9 KiB1,3291,227

READMEH A D16-Dec-2021733 1210

checkenv1.cH A D16-Dec-20211,004 4735

cmdtests.inH A D16-Dec-202119.4 KiB709566

rtest.cH A D16-Dec-2021192 126

rtestf.FH A D16-Dec-202159 43

rtestx.cxxH A D16-Dec-2021195 126

stdintest.cH A D16-Dec-2021548 2916

stdintest2.cH A D16-Dec-2021556 2713

stdiotest.cH A D16-Dec-2021411 2314

testout.cH A D16-Dec-2021319 1912

README

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