X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54e818e2dea66d457ec7061f3f2bec19be321f39..4e62e76d104a17f0c9aaf9135ac605e9c8c87141:/src/smpi/colls/allgather/allgather-NTSLR.cpp diff --git a/src/smpi/colls/allgather/allgather-NTSLR.cpp b/src/smpi/colls/allgather/allgather-NTSLR.cpp index 3aa5365b46..8c65ed8528 100644 --- a/src/smpi/colls/allgather/allgather-NTSLR.cpp +++ b/src/smpi/colls/allgather/allgather-NTSLR.cpp @@ -9,9 +9,7 @@ namespace simgrid{ namespace smpi{ - - -// Allgather-Non-Topoloty-Scecific-Logical-Ring algorithm +// Allgather-Non-Topology-Specific-Logical-Ring algorithm int Coll_allgather_NTSLR::allgather(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, int rcount, MPI_Datatype rtype,