hdf5/testpar
Albert Cheng 8698c5ce5e [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.
2006-05-26 17:11:00 -05:00
..
2006-04-20 18:54:47 -05:00
2006-05-19 07:22:07 -05:00
2006-05-24 02:36:28 -05:00
2006-05-26 17:11:00 -05:00
2006-03-29 09:35:26 -05:00
2005-08-13 15:53:35 -05:00
2004-12-29 09:26:20 -05:00
2005-09-27 00:20:11 -05:00
2006-03-09 09:52:09 -05:00
2005-08-13 15:53:35 -05:00
2005-12-16 03:08:54 -05:00
2006-03-22 21:50:09 -05:00
2005-03-02 23:06:14 -05:00
2004-02-07 12:24:57 -05:00
2006-03-29 09:35:26 -05:00
2006-03-29 09:35:26 -05:00