summaryrefslogtreecommitdiffstats
path: root/test/enc_dec_plist.c
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2013-11-12 22:19:48 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2013-11-12 22:19:48 (GMT)
commit5e0b18fed02ed8d84bdb946300c4ef700dab0ebe (patch)
tree90a53f686568f430b70ccdf15e70cffd1738fb72 /test/enc_dec_plist.c
parent29f56476efce4aa286a06a14c994f7f9eb28b4ad (diff)
downloadhdf5-5e0b18fed02ed8d84bdb946300c4ef700dab0ebe.zip
hdf5-5e0b18fed02ed8d84bdb946300c4ef700dab0ebe.tar.gz
hdf5-5e0b18fed02ed8d84bdb946300c4ef700dab0ebe.tar.bz2
[svn-r24434] Code clean up work:
Removed the rest of multi chunk optimization code. However all the multi chunk optimization code is removed with '#if 0'. They will be removed at the next stage of code clean. (it give easier back trace later if necessary).
Diffstat (limited to 'test/enc_dec_plist.c')
-rw-r--r--test/enc_dec_plist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/enc_dec_plist.c b/test/enc_dec_plist.c
index 26bfb84..06303f6 100644
--- a/test/enc_dec_plist.c
+++ b/test/enc_dec_plist.c
@@ -216,8 +216,10 @@ 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)