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

Public GIT Repository
Merge branch 'hypervisor' into surf++
[simgrid.git] / src / smpi / colls / reduce-flat-tree.c
index f304e7822485953f24509a314fcfd97de1192eeb..9241be1135554c3ef1986f1c6a73352db6cd2297 100644 (file)
@@ -6,7 +6,7 @@ smpi_coll_tuned_reduce_flat_tree(void *sbuf, void *rbuf, int count,
                                  MPI_Datatype dtype, MPI_Op op,
                                  int root, MPI_Comm comm)
 {
-  int i, tag = 4321;
+  int i, tag = COLL_TAG_REDUCE;
   int size;
   int rank;
   MPI_Aint extent;