Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add collectives for allgather, allreduce, bcast and reduce
[simgrid.git] / src / smpi / colls / alltoall-pair.c
index 8767708..f5c5a94 100644 (file)
@@ -62,8 +62,7 @@ int alltoall_pair(void *send_buff, int send_count, MPI_Datatype send_type,
 int smpi_coll_tuned_alltoall_pair(void *send_buff, int send_count,
                                   MPI_Datatype send_type,
                                   void *recv_buff, int recv_count,
-                                  MPI_Datatype recv_type,
-                                  MPI_Comm comm)
+                                  MPI_Datatype recv_type, MPI_Comm comm)
 {
 
   MPI_Aint send_chunk, recv_chunk;