X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d6d03a0a88c2673c9e5c604d63912b77bc17fdd4..5f1dc33c9f76ee99973ba93f034f031451398ebe:/src/smpi/colls/allgather/allgather-rdb.cpp diff --git a/src/smpi/colls/allgather/allgather-rdb.cpp b/src/smpi/colls/allgather/allgather-rdb.cpp index 44dc246a7d..5e1d47b398 100644 --- a/src/smpi/colls/allgather/allgather-rdb.cpp +++ b/src/smpi/colls/allgather/allgather-rdb.cpp @@ -4,7 +4,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "../colls_private.h" -#include "src/smpi/smpi_status.hpp" +#include "smpi_status.hpp" namespace simgrid{ namespace smpi{ @@ -32,7 +32,7 @@ Coll_allgather_rdb::allgather(void *sbuf, int send_count, char *send_ptr = (char *) sbuf; char *recv_ptr = (char *) rbuf; - // get size of the communicator, followed by rank + // get size of the communicator, followed by rank unsigned int num_procs = comm->size(); unsigned int rank = comm->rank();