X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/611d822b02f836d7abe031cced6adc4281ef4356..fe304706848f0a64477d4687b3ea97d5b9a0c35c:/src/smpi/colls/allgatherv/allgatherv-ompi-neighborexchange.cpp diff --git a/src/smpi/colls/allgatherv/allgatherv-ompi-neighborexchange.cpp b/src/smpi/colls/allgatherv/allgatherv-ompi-neighborexchange.cpp index a271d6562a..74542dece0 100644 --- a/src/smpi/colls/allgatherv/allgatherv-ompi-neighborexchange.cpp +++ b/src/smpi/colls/allgatherv/allgatherv-ompi-neighborexchange.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2018. The SimGrid Team. +/* Copyright (c) 2013-2019. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -69,9 +69,9 @@ namespace simgrid{ namespace smpi{ int -Coll_allgatherv_ompi_neighborexchange::allgatherv(void *sbuf, int scount, +Coll_allgatherv_ompi_neighborexchange::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) {