summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2001-12-13 16:23:27 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2001-12-13 16:23:27 (GMT)
commitfaf5c098401f7a9a10ed24c64fcac7d83cb56476 (patch)
tree65b2b32d8d7bb83c36683a749e35bd1ed5783727 /tools
parent110a52681900b62b86bfb721ff0bf85ef264d137 (diff)
downloadhdf5-faf5c098401f7a9a10ed24c64fcac7d83cb56476.zip
hdf5-faf5c098401f7a9a10ed24c64fcac7d83cb56476.tar.gz
hdf5-faf5c098401f7a9a10ed24c64fcac7d83cb56476.tar.bz2
[svn-r4718]
Purpose: parameter file Description: handle parameters in various special cases. Users donot even have to use this file if they don't have those special needs. 1) memory optimization (should always be set to 0 without handling huge SDS array conversion) 2) unlimited dimension with zero current size, users can use this file to define their chunk size. Solution: Platforms tested: RedHat Zoot 6.2
Diffstat (limited to 'tools')
-rw-r--r--tools/h4toh5/parafile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/h4toh5/parafile b/tools/h4toh5/parafile
new file mode 100644
index 0000000..5451254
--- /dev/null
+++ b/tools/h4toh5/parafile
@@ -0,0 +1,4 @@
+0 #memory optimization parameter,change to 1 to set memory optimization
+64 #when memory optimization parameter is 1, set the appropriate slab memory size
+20 #when the SDS is extensible and the current dimensional size is 0. the default
+ # chunk size has to be defined.