hdf5/tools/h5dump
Albert Cheng bb1c2afd58 [svn-r4342] Purpose:
Improvement
Description:
    The stdout and stderr were both redirected to an output file. This
    works fine in tradition sequential Unix machines.  But in some
    parallel systems (like mpi-jobs in IBM SP), the stderr is merged
    with stdout alright but not in the exact order as expected.  This
    is not deterministic in parallel jobs.  So, the test output are
    all there but the ordering maynot be as expected.
Solution:
    Redirect stderr to separated file and append it to the stdout
    file after test-command is executed.  Then compare it with
    the expected output.  This eliminate the assumption that
    stdout and stderr must merged in "chronical orders".
Platforms tested:
    tested in v1.4.  Folded it into v1.5.
2001-08-14 11:35:43 -05:00
..
Dependencies [svn-r4292] 2001-08-01 16:00:25 -05:00
h5dump.c [svn-r4326] Purpose: 2001-08-10 17:30:01 -05:00
h5dump.h [svn-r3488] Purpose: 2001-02-22 16:53:30 -05:00
h5dumptst.c [svn-r4326] Purpose: 2001-08-10 17:30:01 -05:00
Makefile.in [svn-r3488] Purpose: 2001-02-22 16:53:30 -05:00
testh5dump.sh [svn-r4342] Purpose: 2001-08-14 11:35:43 -05:00