Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use more conventional loop constructs.
[simgrid.git] / src / smpi / colls / allreduce-smp-rsag-lr.c
index fd49327c0dda3bcb1b85ca621a1826bfc7c1cb05..ce907810cbdec1b7f7eaa0041fcae616fac32d89 100644 (file)
@@ -20,7 +20,7 @@ int smpi_coll_tuned_allreduce_smp_rsag_lr(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;
   MPI_Status status;
   int num_core = NUM_CORE;