diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-10-14 22:44:11 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-10-14 22:44:11 (GMT) |
commit | 664c013fc76b9a440944db320e9025b4a9a62beb (patch) | |
tree | 05a4e30ae59d69fab0fd45630e71dc59b9bee2cf /tools/h5diff/h5diffgentest.c | |
parent | 3be11d46c5803fe65c05cd5c859989406ce25667 (diff) | |
download | hdf5-664c013fc76b9a440944db320e9025b4a9a62beb.zip hdf5-664c013fc76b9a440944db320e9025b4a9a62beb.tar.gz hdf5-664c013fc76b9a440944db320e9025b4a9a62beb.tar.bz2 |
[svn-r21586] Description:
Added a funtion to reset dataset & hyperslab buffer size for h5repack from an
environment variable.
This is performance debugging purpose for now.
Tested:
jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), Windows (32-LE), cmake
Diffstat (limited to 'tools/h5diff/h5diffgentest.c')
-rw-r--r-- | tools/h5diff/h5diffgentest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5diff/h5diffgentest.c b/tools/h5diff/h5diffgentest.c index 206dca0..4fd6d54 100644 --- a/tools/h5diff/h5diffgentest.c +++ b/tools/h5diff/h5diffgentest.c @@ -18,6 +18,7 @@ #include "hdf5.h" #include "H5private.h" #include "h5tools.h" +#include "h5tools_utils.h" /* Name of tool */ |