diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-05-02 20:33:36 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-05-02 20:33:36 (GMT) |
commit | 5e172835bbcedfc9897f3dd653c0a49e52c2cd52 (patch) | |
tree | da1da0444213ccc2511e3de0638f3f42657373d1 /src/H5VLiod_file.c | |
parent | 646bdfd0fbdd6446a817475803cb15aa67fb53fe (diff) | |
download | hdf5-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.c | 6 |
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 */ |