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

Public GIT Repository
better handling of loop endings
[simgrid.git] / src / smpi / colls / allgather-NTSLR.c
index bcaabfd235dab7833ad13b3cf8761343efcbe6b7..28ab0b34f4fa67dd338b02d1c0f6371e6701c786 100644 (file)
@@ -10,7 +10,7 @@ smpi_coll_tuned_allgather_NTSLR(void *sbuf, int scount, MPI_Datatype stype,
   MPI_Status status;
   int i, to, from, rank, size;
   int send_offset, recv_offset;
-  int tag = 500;
+  int tag = COLL_TAG_ALLGATHER;
 
   rank = smpi_comm_rank(comm);
   size = smpi_comm_size(comm);