summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_parallel
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-08-14 16:35:43 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-08-14 16:35:43 (GMT)
commitbb1c2afd589310c98b1f4535c2af36c8085e108c (patch)
treec86f980803c2b046839ab191606bc3f0b707f5b2 /release_docs/INSTALL_parallel
parent4f6a24f099672ddf2b55c2711d23eebe5018ecc6 (diff)
downloadhdf5-bb1c2afd589310c98b1f4535c2af36c8085e108c.zip
hdf5-bb1c2afd589310c98b1f4535c2af36c8085e108c.tar.gz
hdf5-bb1c2afd589310c98b1f4535c2af36c8085e108c.tar.bz2
[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.
Diffstat (limited to 'release_docs/INSTALL_parallel')
0 files changed, 0 insertions, 0 deletions