X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1d18e615eaa617d3354bc22dfbe711d34be9f902..fd1d8acdec3f70b71f6153c2205df3f16a57627d:/src/smpi/colls/allgatherv-ring.c diff --git a/src/smpi/colls/allgatherv-ring.c b/src/smpi/colls/allgatherv-ring.c index 4c1e14f53e..fc7598c455 100644 --- a/src/smpi/colls/allgatherv-ring.c +++ b/src/smpi/colls/allgatherv-ring.c @@ -66,7 +66,7 @@ smpi_coll_tuned_allgatherv_ring(void *send_buff, int send_count, MPI_Aint extent; int i, src, dst, rank, num_procs; - int tag = 1; + int tag = COLL_TAG_ALLGATHERV; MPI_Status status; char *sendptr = (char *) send_buff;