Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Verify that request is not NULL (plus reindent).
[simgrid.git] / src / smpi / colls / allgather-SMP-NTS.c
index a6b515a..b511fb9 100644 (file)
@@ -14,7 +14,7 @@ int smpi_coll_tuned_allgather_SMP_NTS(void *sbuf, 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_Request request;
   MPI_Request rrequest_array[128];