aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2002-01-14 14:29:06 +0000
committertradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2002-01-14 14:29:06 +0000
commit1d0636369dd1030d0c1e1908f14b3fa55838d364 (patch)
treef64e023511cf40706578398fbdee7a9d7fa442b2 /param.ccl
parent6593ac99c93c8803baafd0f1ed3483fdea249ff8 (diff)
Added new INTEGER parameter IOHDF5Util::compression_level (ranging from 0..9)
to set the compression rate of HDF5 datasets. 0 (which is the default) disables compression, 1..9 set the level the same way as for gzip (higher levels compress better but are more expensive to compute). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@48 7842ec3a-9562-4be5-9c5b-06ba18f2b668
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 0d2e70b..b9e3052 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,6 +1,15 @@
# Parameter definitions for thorn IOHDF5Util
# $Header$
+#####################
+# Compression level
+#####################
+INT compression_level "Compression level to use for writing HDF5 data"
+{
+ 0:9 :: "A value of zero disables compression"
+} 0
+
+
######################
# Hyperslab parameters
######################