diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-12-17 14:03:56 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-12-17 14:03:56 (GMT) |
commit | 0d4024e9a4fdd85fc09753ead735a33a84863bc6 (patch) | |
tree | 19ef97e8a9ff3788e858e00dcd568c434d7e429d /src/H5VLiod_map.c | |
parent | 50704b41afe819cb712762041b0774f6568cdf11 (diff) | |
download | hdf5-0d4024e9a4fdd85fc09753ead735a33a84863bc6.zip hdf5-0d4024e9a4fdd85fc09753ead735a33a84863bc6.tar.gz hdf5-0d4024e9a4fdd85fc09753ead735a33a84863bc6.tar.bz2 |
[svn-r24584] Fix abort from all ranks problem (at least for now).
Diffstat (limited to 'src/H5VLiod_map.c')
-rw-r--r-- | src/H5VLiod_map.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5VLiod_map.c b/src/H5VLiod_map.c index 7a48859..08de483 100644 --- a/src/H5VLiod_map.c +++ b/src/H5VLiod_map.c @@ -85,8 +85,10 @@ H5VL_iod_server_map_create_cb(AXE_engine_t UNUSED axe_engine, &last_comp, &cur_id, &cur_oh) < 0) HGOTO_ERROR2(H5E_SYM, H5E_NOSPACE, FAIL, "can't traverse path"); +#if H5VL_IOD_DEBUG fprintf(stderr, "Creating Map ID %"PRIx64") ", map_id); fprintf(stderr, "at (OH %"PRIu64" ID %"PRIx64")\n", cur_oh.wr_oh, cur_id); +#endif /* create the map */ if(iod_obj_create(coh, wtid, NULL, IOD_OBJ_KV, NULL, NULL, &map_id, NULL) < 0) |