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
..
Makefile.am [svn-r12292] Purpose: 2006-04-20 18:54:47 -05:00
Makefile.in [svn-r12358] Purpose: 2006-05-19 07:22:07 -05:00
t_cache.c [svn-r12374] Purpose: 2006-05-24 02:36:28 -05:00
t_chunk_alloc.c [svn-r12380] Purpose: 2006-05-26 17:11:00 -05:00
t_coll_chunk.c [svn-r12174] Purpose: 2006-03-29 09:35:26 -05:00
t_dset.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
t_file.c [svn-r9727] Purpose: 2004-12-29 09:26:20 -05:00
t_mdset.c [svn-r11470] Purpose: 2005-09-27 00:20:11 -05:00
t_mpi.c [svn-r12044] Purpose: 2006-03-09 09:52:09 -05:00
t_ph5basic.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
t_posix_compliant.c [svn-r11798] Purpose: 2005-12-16 03:08:54 -05:00
t_span_tree.c [svn-r12142] Purpose: 2006-03-22 21:50:09 -05:00
testpar.h [svn-r10125] Purpose: 2005-03-02 23:06:14 -05:00
testph5.sh.in
testphdf5.c [svn-r12174] Purpose: 2006-03-29 09:35:26 -05:00
testphdf5.h [svn-r12174] Purpose: 2006-03-29 09:35:26 -05:00