X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12c0f182635ed71b370d608b5b9a614153765cd4..158d49db67f6eabca7de5d4c8b44ffa9c9b946f6:/src/smpi/colls/bcast-flattree-pipeline.c diff --git a/src/smpi/colls/bcast-flattree-pipeline.c b/src/smpi/colls/bcast-flattree-pipeline.c index 9033bf571d..434b684e03 100644 --- a/src/smpi/colls/bcast-flattree-pipeline.c +++ b/src/smpi/colls/bcast-flattree-pipeline.c @@ -8,7 +8,7 @@ smpi_coll_tuned_bcast_flattree_pipeline(void *buff, int count, MPI_Comm comm) { int i, j, rank, num_procs; - int tag = 1; + int tag = COLL_TAG_BCAST; MPI_Aint extent; extent = smpi_datatype_get_extent(data_type);