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 / bcast / bcast-flattree.cpp
index 2a307f5..b77a186 100644 (file)
@@ -7,7 +7,7 @@
 #include "../colls_private.h"
 
 int
-smpi_coll_tuned_bcast_flattree(void *buff, int count, MPI_Datatype data_type,
+Coll_bcast_flattree::bcast(void *buff, int count, MPI_Datatype data_type,
                                int root, MPI_Comm comm)
 {
   MPI_Request *req_ptr;