X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9201096042d3e409c3a5e795418027266d4008fc..c980557f74f6d9ab5768643b861fba927faf0175:/src/smpi/colls/allgather-RDB.c diff --git a/src/smpi/colls/allgather-RDB.c b/src/smpi/colls/allgather-RDB.c index 9a9a925ba9..fc1b36d621 100644 --- a/src/smpi/colls/allgather-RDB.c +++ b/src/smpi/colls/allgather-RDB.c @@ -1,11 +1,10 @@ #include "colls.h" int -smpi_coll_tuned_allgather_RDB(void *sbuf, int send_count, - MPI_Datatype send_type, - void *rbuf, int recv_count, - MPI_Datatype recv_type, - MPI_Comm comm) +smpi_coll_tuned_allgather_rdb(void *sbuf, int send_count, + MPI_Datatype send_type, void *rbuf, + int recv_count, MPI_Datatype recv_type, + MPI_Comm comm) { // MPI variables MPI_Status status;