summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2006-03-23 21:18:02 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2006-03-23 21:18:02 (GMT)
commitb22b47ced52e18aa16fd5347d1333f7c7aaa82af (patch)
treee51fa930d9b499c5dc0cd3b23cdfaaa804a8c1c6 /testpar/testphdf5.h
parent9e0d6a4add26efeca8fff1c97481008d21709470 (diff)
downloadhdf5-b22b47ced52e18aa16fd5347d1333f7c7aaa82af.zip
hdf5-b22b47ced52e18aa16fd5347d1333f7c7aaa82af.tar.gz
hdf5-b22b47ced52e18aa16fd5347d1333f7c7aaa82af.tar.bz2
[svn-r12148] Purpose:
Add tests for optional APIs to support collective chunk IO Description: In order to test whether library picks up the user's options, The number of chunks need to be varied for different processes, Selection of the number of processes selected in one chunk also need to be varied. Solution: Create two cases, 1. Each chunk only selected by one unique process, this case library should use independent for collective call. 2. One-third of the processes occupies the top half of the whole domain, The rest of the processes occupies the lower half of the domain. The total number of chunk is a fixed number 8. Platforms tested: Linux 2.4 with mpich 1.2.6(only) Since I only checked in the code that handles the selection, haven't added any new tests yet. So it won't affect any platforms. Misc. update:
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r--testpar/testphdf5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index 0e35fcf..7c47e0a 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -56,6 +56,8 @@
#define BYROW_CONT 1
#define BYROW_DISCONT 2
#define BYROW_SELECTNONE 3
+#define BYROW_SELECTUNBALANCE 4
+#define BYROW_SELECTINCHUNK 5
#define DSET_COLLECTIVE_CHUNK_NAME "coll_chunk_name"