summaryrefslogtreecommitdiffstats
path: root/testpar/t_filters_parallel.h
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2018-06-04 18:49:42 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2018-06-04 18:49:42 (GMT)
commit9fe86bc51c6016ec82977e0125cbd9ac1a1cf23b (patch)
treea8f9d92ea17d611a7f23d3d55f77e6d88afa9e3e /testpar/t_filters_parallel.h
parente2c9f5a27a0fa4c908ff95cce8fb43282acd5df7 (diff)
downloadhdf5-9fe86bc51c6016ec82977e0125cbd9ac1a1cf23b.zip
hdf5-9fe86bc51c6016ec82977e0125cbd9ac1a1cf23b.tar.gz
hdf5-9fe86bc51c6016ec82977e0125cbd9ac1a1cf23b.tar.bz2
Add test to continually grow and shrink chunks
Diffstat (limited to 'testpar/t_filters_parallel.h')
-rw-r--r--testpar/t_filters_parallel.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/testpar/t_filters_parallel.h b/testpar/t_filters_parallel.h
index 797d12d..9543508 100644
--- a/testpar/t_filters_parallel.h
+++ b/testpar/t_filters_parallel.h
@@ -327,4 +327,13 @@ typedef struct {
#define WRITE_PARALLEL_READ_SERIAL_CH_NROWS (WRITE_PARALLEL_READ_SERIAL_NROWS / mpi_size)
#define WRITE_PARALLEL_READ_SERIAL_CH_NCOLS (WRITE_PARALLEL_READ_SERIAL_NCOLS / mpi_size)
+/* Defines for the shrinking/growing chunks test */
+#define SHRINKING_GROWING_CHUNKS_DATASET_NAME "shrink_grow_chunks_test"
+#define SHRINKING_GROWING_CHUNKS_DATASET_DIMS 2
+#define SHRINKING_GROWING_CHUNKS_NROWS (mpi_size * DIM0_SCALE_FACTOR)
+#define SHRINKING_GROWING_CHUNKS_NCOLS (mpi_size * DIM1_SCALE_FACTOR)
+#define SHRINKING_GROWING_CHUNKS_CH_NROWS (SHRINKING_GROWING_CHUNKS_NROWS / mpi_size)
+#define SHRINKING_GROWING_CHUNKS_CH_NCOLS (SHRINKING_GROWING_CHUNKS_NCOLS / mpi_size)
+#define SHRINKING_GROWING_CHUNKS_NLOOPS 20
+
#endif /* TEST_PARALLEL_FILTERS_H_ */