summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-05-07 19:46:03 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-05-07 19:46:03 (GMT)
commit2f92cb5d19c0040326061fd2010bfd56c908879c (patch)
tree6a5df93bd13345e96e89d25ef0f9c49fcf956be9 /testpar/testphdf5.h
parent304df18dab6e35e240399f5da538c2f497fbaa59 (diff)
downloadhdf5-2f92cb5d19c0040326061fd2010bfd56c908879c.zip
hdf5-2f92cb5d19c0040326061fd2010bfd56c908879c.tar.gz
hdf5-2f92cb5d19c0040326061fd2010bfd56c908879c.tar.bz2
Normalization of parallel
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r--testpar/testphdf5.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index 56b966d..e3075a3 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -225,16 +225,15 @@ typedef enum {
} ShapeSameTestMethods;
/* Shared global variables */
-extern int dim0, dim1; /*Dataset dimensions */
-extern int chunkdim0, chunkdim1; /*Chunk dimensions */
-extern int nerrors; /*errors count */
-extern H5E_auto2_t old_func; /* previous error handler */
-extern void * old_client_data; /*previous error handler arg.*/
-extern int facc_type; /*Test file access type */
-extern int dxfer_coll_type;
+extern int dim0, dim1; /*Dataset dimensions */
+extern int chunkdim0, chunkdim1; /*Chunk dimensions */
+extern int nerrors; /*errors count */
+extern int facc_type; /*Test file access type */
+extern int dxfer_coll_type;
/* Test program prototypes */
void test_plist_ed(void);
+void external_links(void);
void zero_dim_dset(void);
void test_file_properties(void);
void test_delete(void);