X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0fabb12fc92ad7f1d47ec977e2d7e4eb36f16977..8e43c615b2475d0174be55f95f930ca30988279e:/src/smpi/colls/allgatherv-mpich-ring.cpp diff --git a/src/smpi/colls/allgatherv-mpich-ring.cpp b/src/smpi/colls/allgatherv-mpich-ring.cpp index fc726453ed..c128ba4d1f 100644 --- a/src/smpi/colls/allgatherv-mpich-ring.cpp +++ b/src/smpi/colls/allgatherv-mpich-ring.cpp @@ -39,8 +39,8 @@ smpi_coll_tuned_allgatherv_mpich_ring(void *sendbuf, int sendcount, MPI_Status status; MPI_Aint recvtype_extent; int right, left, total_count, i; - rank= smpi_comm_rank(comm); - comm_size=smpi_comm_size(comm); + rank= comm->rank(); + comm_size=comm->size(); recvtype_extent= smpi_datatype_get_extent( recvtype); total_count = 0;