X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19b3962253112b19308537bc2400de141c119d99..77bbf3027c4240a2e833209a3a3f186589da8577:/src/smpi/colls/allgather/allgather-NTSLR-NB.cpp diff --git a/src/smpi/colls/allgather/allgather-NTSLR-NB.cpp b/src/smpi/colls/allgather/allgather-NTSLR-NB.cpp index ed4744e7d3..bf07ba83e0 100644 --- a/src/smpi/colls/allgather/allgather-NTSLR-NB.cpp +++ b/src/smpi/colls/allgather/allgather-NTSLR-NB.cpp @@ -4,7 +4,7 @@ /* 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{ @@ -33,9 +33,9 @@ Coll_allgather_NTSLR_NB::allgather(void *sbuf, int scount, MPI_Datatype stype, // irregular case use default MPI fucntions if (scount * sextent != rcount * rextent) { - XBT_WARN("MPI_allgather_NTSLR_NB use default MPI_allgather."); + XBT_WARN("MPI_allgather_NTSLR_NB use default MPI_allgather."); Coll_allgather_default::allgather(sbuf, scount, stype, rbuf, rcount, rtype, comm); - return MPI_SUCCESS; + return MPI_SUCCESS; } // topo non-specific