X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19b3962253112b19308537bc2400de141c119d99..172a73b13fe909117c7fbf3d69d4ce5e87efdbc6:/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 5a6d18feac..31e521f727 100644 --- a/src/smpi/colls/alltoall/alltoall-rdb.cpp +++ b/src/smpi/colls/alltoall/alltoall-rdb.cpp @@ -4,7 +4,8 @@ /* 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" +#include "smpi_status.hpp" /***************************************************************************** @@ -12,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 @@ -24,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{