X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe304706848f0a64477d4687b3ea97d5b9a0c35c..5089a0a98b27f5eeee62321dff4f025f1648f025:/src/smpi/colls/alltoall/alltoall-3dmesh.cpp diff --git a/src/smpi/colls/alltoall/alltoall-3dmesh.cpp b/src/smpi/colls/alltoall/alltoall-3dmesh.cpp index 24f9def3b9..485d7b12df 100644 --- a/src/smpi/colls/alltoall/alltoall-3dmesh.cpp +++ b/src/smpi/colls/alltoall/alltoall-3dmesh.cpp @@ -27,7 +27,7 @@ y dimension, then in z dimension. Each node then extracts the needed data. The communication in all dimension is simple. - * Auther: Ahmad Faraj + * Author: Ahmad Faraj ****************************************************************************/ static int alltoall_check_is_3dmesh(int num, int *i, int *j, int *k) @@ -47,10 +47,10 @@ static int alltoall_check_is_3dmesh(int num, int *i, int *j, int *k) } namespace simgrid{ namespace smpi{ -int Coll_alltoall_3dmesh::alltoall(const void *send_buff, int send_count, - MPI_Datatype send_type, - void *recv_buff, int recv_count, - MPI_Datatype recv_type, MPI_Comm comm) +int alltoall__3dmesh(const void *send_buff, int send_count, + MPI_Datatype send_type, + void *recv_buff, int recv_count, + MPI_Datatype recv_type, MPI_Comm comm) { MPI_Aint extent; MPI_Status status;