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

Public GIT Repository
Merge branch 'hypervisor' into surf++
[simgrid.git] / src / smpi / colls / allgather-smp-simple.c
index 21cab26034ddbb518e2179b5ee83f1fceaec9461..143887052efff6d3c4300bfd13fbb9a369f2a99d 100644 (file)
@@ -14,7 +14,7 @@ int smpi_coll_tuned_allgather_smp_simple(void *send_buf, int scount,
   MPI_Aint rextent, sextent;
   rextent = smpi_datatype_get_extent(rtype);
   sextent = smpi_datatype_get_extent(stype);
-  int tag = 50;
+  int tag = COLL_TAG_ALLGATHER;
   MPI_Status status;
   int i, send_offset, recv_offset;
   int intra_rank, inter_rank;