diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-07-03 00:27:36 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-07-03 00:27:36 (GMT) |
commit | 1b20703c2048cf176df2d5c792de56da92ae03e2 (patch) | |
tree | 16bd088a5b6c7673d7f089a95e92fe8bf6f03d02 /testpar/testphdf5.h | |
parent | 8ecbdd7050c038277de3e4644f1aed92163ba52c (diff) | |
download | hdf5-1b20703c2048cf176df2d5c792de56da92ae03e2.zip hdf5-1b20703c2048cf176df2d5c792de56da92ae03e2.tar.gz hdf5-1b20703c2048cf176df2d5c792de56da92ae03e2.tar.bz2 |
[svn-r1417] t_mpi.c:
Changed it to skip the test instead of aborting when there is not
enough processes to do the test. Also corrected an error in the
error reporting printf statement.
t_dset.c:
testphdf5.c:
testphdf5.h:
Added option for specifying chunk dimensions.
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index a8a6daf..dd4db92 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -64,6 +64,7 @@ typedef int DATATYPE; /* shared global variables */ extern int dim0, dim1; /* Dataset dimensions */ +extern int chunkdim0, chunkdim1; /* Chunk dimensions */ extern int nerrors; /* errors count */ extern int verbose; /* verbose, default as no. */ extern herr_t (*old_func)(void*); /* previous error handler */ |