Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI colls in not really C++. But cleaner than before.
[simgrid.git] / src / smpi / colls / alltoallv / alltoallv-pair-light-barrier.cpp
index 13b0396..4159fde 100644 (file)
@@ -28,7 +28,7 @@
 
  ****************************************************************************/
 int
-smpi_coll_tuned_alltoallv_pair_light_barrier(void *send_buff, int *send_counts, int *send_disps,
+Coll_alltoallv_pair_light_barrier::alltoallv(void *send_buff, int *send_counts, int *send_disps,
                                             MPI_Datatype send_type,
                                             void *recv_buff, int *recv_counts, int *recv_disps,
                                             MPI_Datatype recv_type,