diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-07-14 20:32:11 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-07-14 20:32:11 (GMT) |
commit | dd742ac4c6e271b7f649638ee309df488cfc7869 (patch) | |
tree | 947ce3c0187fe1838d6a07bab52885b865de61ac /windows/all_withhdf4.zip | |
parent | c76ee0d68b6602c00984117077f91d359b97b613 (diff) | |
download | hdf5-dd742ac4c6e271b7f649638ee309df488cfc7869.zip hdf5-dd742ac4c6e271b7f649638ee309df488cfc7869.tar.gz hdf5-dd742ac4c6e271b7f649638ee309df488cfc7869.tar.bz2 |
[svn-r4210] 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".
The .ddl file are updated by moving all stderr text to the end of the
file.
Platforms tested:
eirene (serial, mpich), modi4 parallel, tflops parallel, Blue parallel.
Diffstat (limited to 'windows/all_withhdf4.zip')
0 files changed, 0 insertions, 0 deletions