summaryrefslogtreecommitdiffstats
path: root/test/testswmr.sh
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2012-10-18 00:43:42 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2012-10-18 00:43:42 (GMT)
commit7a6c0fc6827daad93015a2dfdaf309992a6de0bf (patch)
tree8805aaa96d2e090dfc9f00df54e351b0a8fcc0d5 /test/testswmr.sh
parent5683217169b9d427d9cf01e99f4539fbef47522b (diff)
downloadhdf5-7a6c0fc6827daad93015a2dfdaf309992a6de0bf.zip
hdf5-7a6c0fc6827daad93015a2dfdaf309992a6de0bf.tar.gz
hdf5-7a6c0fc6827daad93015a2dfdaf309992a6de0bf.tar.bz2
[svn-r22918] Purpose:
- Added comments to files, functions, etc. - Some readers changed to keep the file open throughout the life of the program instead of closing it before sleeping. This is in the hopes that there will be more opportunities for cache issues without the close. - Other minor changes. Tested on: jam
Diffstat (limited to 'test/testswmr.sh')
-rwxr-xr-xtest/testswmr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testswmr.sh b/test/testswmr.sh
index d13c6ed..43f9f39 100755
--- a/test/testswmr.sh
+++ b/test/testswmr.sh
@@ -72,7 +72,7 @@ done
for index_type in "-i b1" "-i ea" "-i b2"
do
# Try with and without compression
- for compress in "" "-c 1"
+ for compress in "" "-c 5"
do
echo
echo "###############################################################################"