summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-10-20 06:19:21 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-10-20 06:19:21 (GMT)
commitb3e4cd6e974e9a9debe24bd248bbe599bfd6c230 (patch)
treeac06eff6212bd09e801c53f023ef2a4c49f45fa1 /testpar/testphdf5.h
parent114ac60d1b210884bc96c4189ba4641f7844ef8c (diff)
downloadhdf5-b3e4cd6e974e9a9debe24bd248bbe599bfd6c230.zip
hdf5-b3e4cd6e974e9a9debe24bd248bbe599bfd6c230.tar.gz
hdf5-b3e4cd6e974e9a9debe24bd248bbe599bfd6c230.tar.bz2
[svn-r2710] Purpose:
Features, kind of. Description: Separated the MPI features test into its own independent program so that it can be tested on its own without too much HDF5 stuff involved. Added automatic removal of temporary test files after the tests completed. Reduced the size of the dataset dimensions to avoid tripping the SGI MPI problems of running out of internal mpi type entries. Platforms tested: O2K -64
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r--testpar/testphdf5.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index 9c89408..b246f6a 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -47,8 +47,8 @@
/* End of Define some handy debugging shorthands, routines, ... */
/* Constants definitions */
-#define DIM0 1024 /* Default dataset sizes. */
-#define DIM1 1280 /* Values are from a monitor pixel sizes */
+#define DIM0 600 /* Default dataset sizes. */
+#define DIM1 800 /* Values are from a monitor pixel sizes */
#define RANK 2
#define DATASETNAME1 "Data1"
#define DATASETNAME2 "Data2"