]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/colls/allgather/allgather-ompi-neighborexchange.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:Adrien.Gougeon/simgrid into master
[simgrid.git] / src / smpi / colls / allgather / allgather-ompi-neighborexchange.cpp
index 75bb2f397b28a2c5cee1d6df620bd212217a9ddc..8a0a2b7d1ebaefee1d4a628d692b1279c672e54f 100644 (file)
@@ -137,7 +137,7 @@ allgather__ompi_neighborexchange(const void *sbuf, int scount,
       - Rest of the steps:
         update recv_data_from according to offset, and
         exchange two blocks with appropriate neighbor.
-        the send location becomes previous receve location.
+        the send location becomes previous receive location.
    */
    tmprecv = (char*)rbuf + neighbor[0] * rcount * rext;
    tmpsend = (char*)rbuf + rank * rcount * rext;