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

Public GIT Repository
Merge branch 'hypervisor' into surf++
[simgrid.git] / src / smpi / colls / allreduce-smp-rsag-rab.c
index c98b78d84eafd180f086762f94bb3de79a788e99..cec75216b19291582f99275456d23e4527d2b2eb 100644 (file)
@@ -23,7 +23,7 @@ int smpi_coll_tuned_allreduce_smp_rsag_rab(void *sbuf, void *rbuf, 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;