summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_map.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-12-17 14:03:56 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-12-17 14:03:56 (GMT)
commit0d4024e9a4fdd85fc09753ead735a33a84863bc6 (patch)
tree19ef97e8a9ff3788e858e00dcd568c434d7e429d /src/H5VLiod_map.c
parent50704b41afe819cb712762041b0774f6568cdf11 (diff)
downloadhdf5-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.c2
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)