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-ompi-pipeline.cpp
index 7f7893b..fe0ef54 100644 (file)
@@ -10,7 +10,7 @@
 #define MAXTREEFANOUT 32
 
 
-int smpi_coll_tuned_bcast_ompi_pipeline( void* buffer,
+int Coll_bcast_ompi_pipeline::bcast( void* buffer,
                                       int original_count, 
                                       MPI_Datatype datatype, 
                                       int root,