diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-06-25 20:33:57 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-06-25 20:33:57 (GMT) |
commit | a7a43716f0ba136970ad0767749d02f3824d3ef8 (patch) | |
tree | b8ff36aba5c11268c2b50d470ef05e6d6ece653a /src/H5VLiod_file.c | |
parent | 341aff1f14c3108dc0a60cb2d54919b4568cbd32 (diff) | |
download | hdf5-a7a43716f0ba136970ad0767749d02f3824d3ef8.zip hdf5-a7a43716f0ba136970ad0767749d02f3824d3ef8.tar.gz hdf5-a7a43716f0ba136970ad0767749d02f3824d3ef8.tar.bz2 |
[svn-r25358] minor edits.
Diffstat (limited to 'src/H5VLiod_file.c')
-rw-r--r-- | src/H5VLiod_file.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/H5VLiod_file.c b/src/H5VLiod_file.c index d3263ce..6a8c73f 100644 --- a/src/H5VLiod_file.c +++ b/src/H5VLiod_file.c @@ -424,12 +424,12 @@ H5VL_iod_server_file_open_cb(AXE_engine_t UNUSED axe_engine, IOD_OBJID_SETOWNER_APP(output.oidkv_id) output.coh.cookie = coh.cookie; - +#if H5_EFF_DEBUG fprintf(stderr, "Recreating Container HDF5 metadata "); fprintf(stderr, "with MDKV %"PRIx64" ", output.mdkv_id); fprintf(stderr, "with attrKV %"PRIx64" ", output.attrkv_id); fprintf(stderr, "with OIDKV %"PRIx64"\n", output.oidkv_id); - +#endif if(setup_eff_container(coh, cs_scope, num_peers, acquire, output.fcpl_id, output.root_id, output.mdkv_id, output.attrkv_id, output.oidkv_id, &root_oh) < 0) @@ -537,9 +537,11 @@ H5VL_iod_server_file_open_cb(AXE_engine_t UNUSED axe_engine, free(kv[i].value); } +#if H5_EFF_DEBUG fprintf(stderr, "OID KV index: %d\n", (int)output.kv_oid_index); fprintf(stderr, "OID ARRAY index: %d\n", (int)output.array_oid_index); fprintf(stderr, "OID BLOB index: %d\n", (int)output.blob_oid_index); +#endif free(kv); free(oid_cs); |