summaryrefslogtreecommitdiffstats
path: root/test/enc_dec_plist.c
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2013-11-13 00:11:25 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2013-11-13 00:11:25 (GMT)
commit4298765fec179d78c5a58a1da982d01b7c65f761 (patch)
tree85bf6b31c9e85de32dd1cc53bf829e7b06d93aff /test/enc_dec_plist.c
parent5e0b18fed02ed8d84bdb946300c4ef700dab0ebe (diff)
downloadhdf5-4298765fec179d78c5a58a1da982d01b7c65f761.zip
hdf5-4298765fec179d78c5a58a1da982d01b7c65f761.tar.gz
hdf5-4298765fec179d78c5a58a1da982d01b7c65f761.tar.bz2
[svn-r24435] Code clean up work:
Removed all the multi chunk optimization code. These code were already removed with '#if 0'. Now erase all the code as a group. (gives easier back trace later if necessary).
Diffstat (limited to 'test/enc_dec_plist.c')
-rw-r--r--test/enc_dec_plist.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/enc_dec_plist.c b/test/enc_dec_plist.c
index 06303f6..61106ac 100644
--- a/test/enc_dec_plist.c
+++ b/test/enc_dec_plist.c
@@ -216,10 +216,6 @@ main(void)
FAIL_STACK_ERROR
if((H5Pset_dxpl_mpio_collective_opt(dxpl, H5FD_MPIO_INDIVIDUAL_IO)) < 0)
FAIL_STACK_ERROR
- #if 0 // JK_MCHUNK_OPT_REMOVE
- if((H5Pset_dxpl_mpio_chunk_opt(dxpl, H5FD_MPIO_CHUNK_MULTI_IO)) < 0)
- FAIL_STACK_ERROR
- #endif
if((H5Pset_dxpl_mpio_chunk_opt_ratio(dxpl, 30)) < 0)
FAIL_STACK_ERROR
if((H5Pset_dxpl_mpio_chunk_opt_num(dxpl, 40)) < 0)