From faf5c098401f7a9a10ed24c64fcac7d83cb56476 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Thu, 13 Dec 2001 11:23:27 -0500 Subject: [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 --- tools/h4toh5/parafile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tools/h4toh5/parafile 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. -- cgit v0.12