diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2006-05-26 22:11:00 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2006-05-26 22:11:00 (GMT) |
commit | 8698c5ce5ed0a698447928c39d23585b1a153c1c (patch) | |
tree | e41a84575379499b0086b6e5014f934bf76ee60e /bin | |
parent | e3dce488c9325f331b79cbf6b1c013213612470c (diff) | |
download | hdf5-8698c5ce5ed0a698447928c39d23585b1a153c1c.zip hdf5-8698c5ce5ed0a698447928c39d23585b1a153c1c.tar.gz hdf5-8698c5ce5ed0a698447928c39d23585b1a153c1c.tar.bz2 |
[svn-r12380] Purpose:
Feature
(Code and tests are done by Christian. I just committed the code.)
Description:
Rewrote the purpose of this test. Now it tests these three cases,
/*
* Test following possible scenarios,
* Case 1:
* Sequential create a file and dataset with H5D_ALLOC_TIME_EARLY and large
* size, no write, close, reopen in parallel, read to verify all return
* the fill value.
* Case 2:
* Sequential create a file and dataset with H5D_ALLOC_TIME_EARLY but small
* size, no write, close, reopen in parallel, extend to large size, then close,
* then reopen in parallel and read to verify all return the fill value.
* Case 3:
* Sequential create a file and dataset with H5D_ALLOC_TIME_EARLY and large
* size, write just a small part of the dataset (second to the last), close,
* then reopen in parallel, read to verify all return the fill value except
* those small portion that has been written. Without closing it, writes
* all parts of the dataset in a interleave pattern, close it, and reopen
* it, read to verify all data are as written.
*/
Platforms tested:
Tested in copper, tg-ncsa and heping, all in parallel mode.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions