summaryrefslogtreecommitdiffstats
path: root/test/vds_swmr.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-25 00:39:37 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-25 00:39:37 (GMT)
commitfeb20aac304b39e18c70f88cae2f7cf7d5c82db2 (patch)
treee15d7e751af4e3c42e77ea955d91db4cf27a71cf /test/vds_swmr.h
parentbdac2ecdbff2c389a222b3d93ff1eb1d23ec6b23 (diff)
downloadhdf5-feb20aac304b39e18c70f88cae2f7cf7d5c82db2.zip
hdf5-feb20aac304b39e18c70f88cae2f7cf7d5c82db2.tar.gz
hdf5-feb20aac304b39e18c70f88cae2f7cf7d5c82db2.tar.bz2
Formats the source and updates the gcc warning pragmas
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 */
-