X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1d18e615eaa617d3354bc22dfbe711d34be9f902..b15c3e60c812c9d531dfa674d33558ac4f9ef5fb:/src/smpi/colls/allgather-rdb.c diff --git a/src/smpi/colls/allgather-rdb.c b/src/smpi/colls/allgather-rdb.c index 520819a5f9..26467de554 100644 --- a/src/smpi/colls/allgather-rdb.c +++ b/src/smpi/colls/allgather-rdb.c @@ -14,7 +14,7 @@ smpi_coll_tuned_allgather_rdb(void *sbuf, int send_count, int i, j, k, dst, rank, num_procs, send_offset, recv_offset, tree_root; int dst_tree_root, rank_tree_root, last_recv_count = 0, num_procs_completed; int offset, tmp_mask; - int tag = 1; + int tag = COLL_TAG_ALLGATHER; int mask = 1; int success = 0; int curr_count = recv_count;