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

Public GIT Repository
update licenses to include OpenMPI and STAR-MPI ones
[simgrid.git] / src / smpi / colls / allgatherv-pair.c
index d60e77a5ffa02a579772983b9d771c4f0e14da5a..c73366eeb790dc2121a6a87dcea76ee867c4939e 100644 (file)
@@ -67,7 +67,7 @@ smpi_coll_tuned_allgatherv_pair(void *send_buff, int send_count,
 
   MPI_Aint extent;
   int i, src, dst, rank, num_procs;
-  int tag = 1;
+  int tag = COLL_TAG_ALLGATHERV;
   MPI_Status status;
 
   char *send_ptr = (char *) send_buff;