X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/46a70e098d1d50876b9cf0576cac2357725cf54f..1faf1e4ac5d8295ab562c45a5507a471ad4540a6:/src/smpi/colls/allgather-lr.c diff --git a/src/smpi/colls/allgather-lr.c b/src/smpi/colls/allgather-lr.c index 7656069702..92b28bf47b 100644 --- a/src/smpi/colls/allgather-lr.c +++ b/src/smpi/colls/allgather-lr.c @@ -10,7 +10,7 @@ smpi_coll_tuned_allgather_lr(void *sbuf, int scount, MPI_Datatype stype, MPI_Status status; int i, to, from, rank, size; int send_offset, recv_offset; - int tag = 500; + int tag = COLL_TAG_ALLGATHER; rank = smpi_comm_rank(comm); size = smpi_comm_size(comm);