summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_file.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-05-02 20:33:36 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-05-02 20:33:36 (GMT)
commit5e172835bbcedfc9897f3dd653c0a49e52c2cd52 (patch)
treeda1da0444213ccc2511e3de0638f3f42657373d1 /src/H5VLiod_file.c
parent646bdfd0fbdd6446a817475803cb15aa67fb53fe (diff)
downloadhdf5-5e172835bbcedfc9897f3dd653c0a49e52c2cd52.zip
hdf5-5e172835bbcedfc9897f3dd653c0a49e52c2cd52.tar.gz
hdf5-5e172835bbcedfc9897f3dd653c0a49e52c2cd52.tar.bz2
[svn-r25150] Add coresident support:
- need to set H5ENV_CORESIDENT to 1 to use that mode - still doing memcpy for raw data now.
Diffstat (limited to 'src/H5VLiod_file.c')
-rw-r--r--src/H5VLiod_file.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5VLiod_file.c b/src/H5VLiod_file.c
index 5c6f2d7..2349e36 100644
--- a/src/H5VLiod_file.c
+++ b/src/H5VLiod_file.c
@@ -67,9 +67,9 @@ H5VL_iod_server_file_create_cb(AXE_engine_t UNUSED axe_engine,
#if H5_EFF_DEBUG
fprintf(stderr, "Start file create %s ", input->name);
- fprintf(stderr, "with MDKV %"PRIx64" ", mdkv_id),
- fprintf(stderr, "with attrKV %"PRIx64"\n", attrkv_id),
- fprintf(stderr, "with OIDKV %"PRIx64"\n", oidkv_id),
+ fprintf(stderr, "with MDKV %"PRIx64" ", mdkv_id);
+ fprintf(stderr, "with attrKV %"PRIx64"\n", attrkv_id);
+ fprintf(stderr, "with OIDKV %"PRIx64"\n", oidkv_id);
#endif
/* convert HDF5 flags to IOD flags */