summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2016-06-03 14:15:08 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2016-06-03 14:15:08 (GMT)
commit8dd823fd00b958bda1cc548cd15ca3172699f79c (patch)
tree06afd3f9951938dda7320d056ef0629f6f95ba5b
parenta4a848f5365ca5ece47543734688099098952f5b (diff)
downloadhdf5-8dd823fd00b958bda1cc548cd15ca3172699f79c.zip
hdf5-8dd823fd00b958bda1cc548cd15ca3172699f79c.tar.gz
hdf5-8dd823fd00b958bda1cc548cd15ca3172699f79c.tar.bz2
[svn-r30008] setup intra comm for mercury at client.
-rw-r--r--src/H5VLiod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5VLiod.c b/src/H5VLiod.c
index 8feb7bb..bffb01f 100644
--- a/src/H5VLiod.c
+++ b/src/H5VLiod.c
@@ -801,6 +801,7 @@ EFF_init(MPI_Comm comm, MPI_Info H5_ATTR_UNUSED info)
/* initialize Mercury stuff */
//network_class = NA_MPI_Init(NULL, 0);
+ NA_MPI_Set_init_intra_comm(comm);
network_class = NA_Initialize("tcp@mpi://0.0.0.0:0", 0);
if (HG_SUCCESS != HG_Init(network_class)) {