summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.in
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2004-07-20 21:41:44 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2004-07-20 21:41:44 (GMT)
commit3176090a0381967a6c2e4fdd22fd203bb335ed7a (patch)
treea3ba2c1718c9f0bd4d6cc25fa038947104ef004f /testpar/Makefile.in
parent8933c596946b9ba88fb2ca66a3f46f1f1d209aed (diff)
downloadhdf5-3176090a0381967a6c2e4fdd22fd203bb335ed7a.zip
hdf5-3176090a0381967a6c2e4fdd22fd203bb335ed7a.tar.gz
hdf5-3176090a0381967a6c2e4fdd22fd203bb335ed7a.tar.bz2
[svn-r8907] Purpose:
To add collective chunk IO tests. Description: three tests are added. 1. Only one hyperslab for each process, and this hyperslab is fit in exactly one chunk. 2. non-contiguous hyperslabs in each process, these hyperslabs are fit in one chunk. 3. Single hyperslab for each process, smaller chunk is assigned. Number of chunks for every process is equal. Solution: the dataset size is set to be very small, will enlarge later. Platforms tested: AIX 5.1(copper) Misc. update:
Diffstat (limited to 'testpar/Makefile.in')
-rw-r--r--testpar/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in
index e4d3af4..239c969 100644
--- a/testpar/Makefile.in
+++ b/testpar/Makefile.in
@@ -43,7 +43,7 @@ MOSTLYCLEAN=MPItest.h5 Para*.h5 *.clog
DISTCLEAN=go Makefile testph5.sh
## Test source files
-TEST_PHDF5_SRC=testphdf5.c t_dset.c t_file.c t_mdset.c t_ph5basic.c
+TEST_PHDF5_SRC=testphdf5.c t_dset.c t_file.c t_mdset.c t_ph5basic.c t_coll_chunk.c
TEST_PHDF5_OBJ=$(TEST_PHDF5_SRC:.c=.lo)
TEST_SRC=t_mpi.c t_fphdf5.c $(TEST_PHDF5_SRC)
TEST_OBJ=$(TEST_SRC:.c=.lo)