X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96cedde3cdbc0b8ffc3f096a1b65d021b0226f99..b19516b0c55b093120c06185c404bfc22ef90f80:/src/smpi/colls/allgatherv/allgatherv-ompi-bruck.cpp diff --git a/src/smpi/colls/allgatherv/allgatherv-ompi-bruck.cpp b/src/smpi/colls/allgatherv/allgatherv-ompi-bruck.cpp index b4c2b033ce..91d9977778 100644 --- a/src/smpi/colls/allgatherv/allgatherv-ompi-bruck.cpp +++ b/src/smpi/colls/allgatherv/allgatherv-ompi-bruck.cpp @@ -80,10 +80,10 @@ namespace simgrid{ namespace smpi{ -int Coll_allgatherv_ompi_bruck::allgatherv(void *sbuf, int scount, +int Coll_allgatherv_ompi_bruck::allgatherv(const void *sbuf, int scount, MPI_Datatype sdtype, - void *rbuf, int *rcounts, - int *rdispls, + void *rbuf, const int *rcounts, + const int *rdispls, MPI_Datatype rdtype, MPI_Comm comm) {