summaryrefslogtreecommitdiffstats
path: root/test/vds_swmr.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/vds_swmr.h')
-rw-r--r--test/vds_swmr.h20
1 files changed, 9 insertions, 11 deletions
diff --git a/test/vds_swmr.h b/test/vds_swmr.h
index 0a194ff..676d831 100644
--- a/test/vds_swmr.h
+++ b/test/vds_swmr.h
@@ -61,27 +61,26 @@
"empty" regions will contain the VDS fill value.
*/
-
/* All datasets are 3D */
-#define RANK 3
+#define RANK 3
/* Lengths of string identifiers (file, dataset names, etc.) */
-#define NAME_LEN 32
+#define NAME_LEN 32
/* Compression level */
-#define COMPRESSION_LEVEL 7
+#define COMPRESSION_LEVEL 7
/* Number of source files */
-#define N_SOURCES 6
+#define N_SOURCES 6
/* Dataset dimensions */
-#define SM_HEIGHT 2 /* K */
-#define LG_HEIGHT 4 /* N */
-#define FULL_HEIGHT 18 /* (3 * K) + (3 * N) */
-#define WIDTH 8 /* M */
+#define SM_HEIGHT 2 /* K */
+#define LG_HEIGHT 4 /* N */
+#define FULL_HEIGHT 18 /* (3 * K) + (3 * N) */
+#define WIDTH 8 /* M */
/* Number of planes each writer will write */
-#define N_PLANES_TO_WRITE 25
+#define N_PLANES_TO_WRITE 25
/* Planes */
H5TEST_DLLVAR hsize_t PLANES[N_SOURCES][RANK];
@@ -96,4 +95,3 @@ H5TEST_DLLVAR char VDS_FILE_NAME[NAME_LEN];
H5TEST_DLLVAR char SOURCE_DSET_PATH[NAME_LEN];
H5TEST_DLLVAR char VDS_DSET_NAME[NAME_LEN];
#endif /* VDS_SWMR_H */
-