diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-07-10 20:26:42 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-07-10 20:26:42 (GMT) |
commit | 859da34e932a1a8acf662626db1c99c0f70e31d8 (patch) | |
tree | d6b0ec09974feede16762f5b080eec9e949a1b21 /src/H5Pgcpl.c | |
parent | 6d2a1448520c4e5ff6f7610c26bb943ef3e361e1 (diff) | |
download | hdf5-859da34e932a1a8acf662626db1c99c0f70e31d8.zip hdf5-859da34e932a1a8acf662626db1c99c0f70e31d8.tar.gz hdf5-859da34e932a1a8acf662626db1c99c0f70e31d8.tar.bz2 |
[svn-r13962] Purpose:
Bug fix.
Description:
It used to clean out all *.h5 when done but this could cause a racing
condition error if parallel make (e.g., gmake -j ...) is used because
the "rm ... *.h5 ..." would remove *.h5 generaged and are still used
by other test programs (e.g. h5_write/h5_read).
Solution:
Removed "*.h5" from the cleanup list since the test program has already
taken care of removing temporary *.h5 generated.
Tested platform:
Kagiso, both serial and parallel. Not triple platforms tested since
this is just a simple shell script change.
Diffstat (limited to 'src/H5Pgcpl.c')
0 files changed, 0 insertions, 0 deletions