X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/02ff1e3cc5ba31c8f2c95f27c5934b427e238993..488dda0c43d26f0a770e1d5b47f73148e153949b:/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) {