X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0fabb12fc92ad7f1d47ec977e2d7e4eb36f16977..8e43c615b2475d0174be55f95f930ca30988279e:/src/smpi/colls/allgather-2dmesh.cpp diff --git a/src/smpi/colls/allgather-2dmesh.cpp b/src/smpi/colls/allgather-2dmesh.cpp index 6bec72d967..7452654f66 100644 --- a/src/smpi/colls/allgather-2dmesh.cpp +++ b/src/smpi/colls/allgather-2dmesh.cpp @@ -118,8 +118,8 @@ smpi_coll_tuned_allgather_2dmesh(void *send_buff, int send_count, MPI_Datatype int my_row_base, my_col_base, src_row_base, block_size, num_reqs; int tag = COLL_TAG_ALLGATHER; - rank = smpi_comm_rank(comm); - num_procs = smpi_comm_size(comm); + rank = comm->rank(); + num_procs = comm->size(); extent = smpi_datatype_get_extent(send_type);