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

Public GIT Repository
better handling of loop endings
[simgrid.git] / src / smpi / colls / allreduce-rab-rsag.c
index 34e23d6369cac8de67ad6f03c96e53bf71f6b1f2..c387a2271889abb3d9123f60b1306f799bed45d9 100644 (file)
@@ -5,7 +5,7 @@ int smpi_coll_tuned_allreduce_rab_rsag(void *sbuff, void *rbuff, int count,
                                        MPI_Datatype dtype, MPI_Op op,
                                        MPI_Comm comm)
 {
-  int nprocs, rank, tag = 543;
+  int nprocs, rank, tag = COLL_TAG_ALLREDUCE;
   int mask, dst, pof2, newrank, rem, newdst, i,
       send_idx, recv_idx, last_idx, send_cnt, recv_cnt, *cnts, *disps;
   MPI_Aint extent;