Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add normalizing pointers addresses tool
[simgrid.git] / src / smpi / colls / allreduce-smp-rdb.c
index d208584c011cfe0f4ccf6111e6d030b2913a6a65..b6def2e22b202c2660479b5848e151919287f8ff 100644 (file)
@@ -31,7 +31,7 @@ int smpi_coll_tuned_allreduce_smp_rdb(void *send_buf, void *recv_buf, int count,
 {
   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;