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

Public GIT Repository
few more leaks
[simgrid.git] / src / smpi / colls / allreduce-smp-binomial.c
index ed9b68c55d6ecb0b5eb1060603fcc63d4a2a8fd4..77a5abcefe1cf425e955a5bbfa8a247b3b46434f 100644 (file)
@@ -32,7 +32,7 @@ int smpi_coll_tuned_allreduce_smp_binomial(void *send_buf, void *recv_buf,
 {
   int comm_size, rank;
   void *tmp_buf;
-  int tag = 50;
+  int tag = COLL_TAG_ALLREDUCE;
   int mask, src, dst;
   int num_core = NUM_CORE;
   MPI_Status status;