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

Public GIT Repository
Merge branch 'hypervisor' into surf++
[simgrid.git] / src / smpi / colls / allgather-3dmesh.c
index dfd2ace9e608357d008b4b140d226754c6803cd4..5a224379c9df7e31599952c1f437a35d994b8d15 100644 (file)
@@ -97,7 +97,7 @@ int smpi_coll_tuned_allgather_3dmesh(void *send_buff, int send_count,
   int i, src, dst, rank, num_procs, block_size, my_z_base;
   int my_z, X, Y, Z, send_offset, recv_offset;
   int two_dsize, my_row_base, my_col_base, src_row_base, src_z_base, num_reqs;
-  int tag = 1;
+  int tag = COLL_TAG_ALLGATHER;
 
   rank = smpi_comm_rank(comm);
   num_procs = smpi_comm_size(comm);