Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ok, I stop trying to please sonar.
[simgrid.git] / src / smpi / colls / bcast / bcast-ompi-pipeline.cpp
index 7f7893b..66ba5b9 100644 (file)
@@ -9,8 +9,9 @@
 
 #define MAXTREEFANOUT 32
 
-
-int smpi_coll_tuned_bcast_ompi_pipeline( void* buffer,
+namespace simgrid{
+namespace smpi{
+int Coll_bcast_ompi_pipeline::bcast( void* buffer,
                                       int original_count, 
                                       MPI_Datatype datatype, 
                                       int root,
@@ -209,3 +210,6 @@ int smpi_coll_tuned_bcast_ompi_pipeline( void* buffer,
 
     return (MPI_SUCCESS);
 }
+
+}
+}