X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b7ed19dfcc221d7b3eca182abb5c4a3946671172..9335baa2b23f940577448a84168eb0b50d3dd966:/src/smpi/colls/allgatherv/allgatherv-mpich-rdb.cpp diff --git a/src/smpi/colls/allgatherv/allgatherv-mpich-rdb.cpp b/src/smpi/colls/allgatherv/allgatherv-mpich-rdb.cpp index 5d5f94537d..08b9cb4c13 100644 --- a/src/smpi/colls/allgatherv/allgatherv-mpich-rdb.cpp +++ b/src/smpi/colls/allgatherv/allgatherv-mpich-rdb.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2014. The SimGrid Team. +/* Copyright (c) 2013-2017. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -109,7 +109,7 @@ int Coll_allgatherv_mpich_rdb::allgatherv ( comm, &status); /* for convenience, recv is posted for a bigger amount than will be sent */ - last_recv_cnt=smpi_mpi_get_count(&status, recvtype); + last_recv_cnt=Status::get_count(&status, recvtype); curr_cnt += last_recv_cnt; } @@ -188,7 +188,7 @@ int Coll_allgatherv_mpich_rdb::allgatherv ( comm, &status); /* for convenience, recv is posted for a bigger amount than will be sent */ - last_recv_cnt=smpi_mpi_get_count(&status, recvtype); + last_recv_cnt=Status::get_count(&status, recvtype); curr_cnt += last_recv_cnt; } tmp_mask >>= 1;