X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe304706848f0a64477d4687b3ea97d5b9a0c35c..84402e8e2ee2a2d0bef25fdceb0a263ed8b471f6:/src/smpi/colls/alltoall/alltoall-2dmesh.cpp diff --git a/src/smpi/colls/alltoall/alltoall-2dmesh.cpp b/src/smpi/colls/alltoall/alltoall-2dmesh.cpp index 7d9a906c5d..c427d2cdee 100644 --- a/src/smpi/colls/alltoall/alltoall-2dmesh.cpp +++ b/src/smpi/colls/alltoall/alltoall-2dmesh.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2019. The SimGrid Team. +/* Copyright (c) 2013-2020. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -27,7 +27,7 @@ then in the y dimension. Each node then extracts the needed data. The communication in each dimension follows "simple." - * Auther: Ahmad Faraj + * Author: Ahmad Faraj ****************************************************************************/ static int alltoall_check_is_2dmesh(int num, int *i, int *j) @@ -55,10 +55,10 @@ static int alltoall_check_is_2dmesh(int num, int *i, int *j) namespace simgrid{ namespace smpi{ -int Coll_alltoall_2dmesh::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__2dmesh(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_Status s; MPI_Aint extent;