summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorChristian Chilan <chilan@hdfgroup.org>2009-04-17 01:34:17 (GMT)
committerChristian Chilan <chilan@hdfgroup.org>2009-04-17 01:34:17 (GMT)
commitae8e8d9378afb42762133102cf60f46877b334eb (patch)
tree543d176c23a61441ed12fcebb648261ecaa426f0 /testpar/testphdf5.h
parent004b4c4dff2d97533cbae048bc19fd8400845bd0 (diff)
downloadhdf5-ae8e8d9378afb42762133102cf60f46877b334eb.zip
hdf5-ae8e8d9378afb42762133102cf60f46877b334eb.tar.gz
hdf5-ae8e8d9378afb42762133102cf60f46877b334eb.tar.bz2
[svn-r16771] Modified parallel tests so they can run with arbitrary number of processors.
Tested on jam and abe.
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 81ad0f5..24c4432 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -36,6 +36,8 @@ enum H5TEST_COLL_CHUNK_API {API_NONE=0,API_LINK_HARD,
/* Constants definitions */
#define DIM0 600 /* Default dataset sizes. */
#define DIM1 1200 /* Values are from a monitor pixel sizes */
+#define ROW_FACTOR 8 /* Nominal row factor for dataset size */
+#define COL_FACTOR 16 /* Nominal column factor for dataset size */
#define RANK 2
#define DATASETNAME1 "Data1"
#define DATASETNAME2 "Data2"