X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e7c0c67af63b3979a597a66e5e1c8b0435fc6e19..0541e4c5f26c349751e57e7e499ff35c38962a57:/src/smpi/colls/allgather-pair.c diff --git a/src/smpi/colls/allgather-pair.c b/src/smpi/colls/allgather-pair.c index 0dc4aec3c3..6075723abc 100644 --- a/src/smpi/colls/allgather-pair.c +++ b/src/smpi/colls/allgather-pair.c @@ -67,7 +67,7 @@ smpi_coll_tuned_allgather_pair(void *send_buff, int send_count, MPI_Aint extent; int i, src, dst, rank, num_procs; - int tag = 1; + int tag = COLL_TAG_ALLGATHER; MPI_Status status; char *send_ptr = (char *) send_buff;