]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/colls/allgather-lr.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'dvfs'
[simgrid.git] / src / smpi / colls / allgather-lr.c
index 765606970274e4caeab4056fbfa73062d8e26261..92b28bf47b71a5c6b3dac0991c6d5542b94e43bc 100644 (file)
@@ -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);