summaryrefslogtreecommitdiffstats
path: root/test/page_buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/page_buffer.c')
-rw-r--r--test/page_buffer.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/page_buffer.c b/test/page_buffer.c
index 92325f3..d79705e 100644
--- a/test/page_buffer.c
+++ b/test/page_buffer.c
@@ -42,6 +42,12 @@
#define FILENAME_LEN 1024
+#ifndef H5_HAVE_PARALLEL
+#define NUM_DSETS 5
+#define NX 100
+#define NY 50
+#endif
+
/* helper routines */
#ifndef H5_HAVE_PARALLEL
static unsigned create_file(char *filename, hid_t fcpl, hid_t fapl);