X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19b3962253112b19308537bc2400de141c119d99..9b5c287fbf93c2ae7c3d18c8584647ef9920fe87:/src/smpi/colls/allreduce/allreduce-redbcast.cpp diff --git a/src/smpi/colls/allreduce/allreduce-redbcast.cpp b/src/smpi/colls/allreduce/allreduce-redbcast.cpp index 9ed2084a73..1f5863cb19 100644 --- a/src/smpi/colls/allreduce/allreduce-redbcast.cpp +++ b/src/smpi/colls/allreduce/allreduce-redbcast.cpp @@ -1,13 +1,13 @@ -/* Copyright (c) 2013-2017. 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 * under the terms of the license (GNU LGPL) which comes with this package. */ -#include "../colls_private.h" +#include "../colls_private.hpp" namespace simgrid{ namespace smpi{ -int Coll_allreduce_redbcast::allreduce(void *buf, void *buf2, int count, +int Coll_allreduce_redbcast::allreduce(const void *buf, void *buf2, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) {