Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change malloc/free to new/delete.
[simgrid.git] / src / smpi / colls / alltoall / alltoall-ring-mpi-barrier.cpp
index e6a35bdb03e6c38e2d694a5ea57c04adbe10784e..c8e4c34e51d81ca566da195f502367ee35816c06 100644 (file)
@@ -29,7 +29,7 @@
 namespace simgrid{
 namespace smpi{
 int
-Coll_alltoall_ring_mpi_barrier::alltoall(void *send_buff, int send_count,
+Coll_alltoall_ring_mpi_barrier::alltoall(const void *send_buff, int send_count,
                                           MPI_Datatype send_type,
                                           void *recv_buff, int recv_count,
                                           MPI_Datatype recv_type, MPI_Comm comm)