X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1430176bca4f7627075440f1e2559be930f93fdf..863aeead864a309c494893a1b06ec33ed2b7daf1:/src/smpi/colls/alltoall/alltoall-rdb.cpp diff --git a/src/smpi/colls/alltoall/alltoall-rdb.cpp b/src/smpi/colls/alltoall/alltoall-rdb.cpp index 0a16b23a38..be4860d8d1 100644 --- a/src/smpi/colls/alltoall/alltoall-rdb.cpp +++ b/src/smpi/colls/alltoall/alltoall-rdb.cpp @@ -13,7 +13,7 @@ * Return: int - * inputs: + * inputs: send_buff: send input buffer send_count: number of elements to send send_type: data type of elements being sent @@ -25,7 +25,7 @@ * Descrp: Function realizes the allgather operation using the recursive doubling algorithm. - * Auther: MPICH / slightly modified by Ahmad Faraj. + * Auther: MPICH / slightly modified by Ahmad Faraj. ****************************************************************************/ namespace simgrid{