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

Public GIT Repository
Merge branch 'dvfs'
[simgrid.git] / src / smpi / colls / allgather-rhv.c
index c3db821070b2f0b21f8b7cbe9f90eb98ef85aaa8..aceb283c204b51ff0fe83eaa3099c3eccbfa2e5a 100644 (file)
@@ -15,7 +15,7 @@ smpi_coll_tuned_allgather_rhv(void *sbuf, int send_count,
   int i, dst, send_base_offset, recv_base_offset, send_chunk, recv_chunk,
       send_offset, recv_offset;
   int rank, num_procs;
-  int tag = 50;
+  int tag = COLL_TAG_ALLGATHER;
   int mask;
   int curr_count;