Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ok, I stop trying to please sonar.
[simgrid.git] / src / smpi / colls / bcast / bcast-flattree-pipeline.cpp
index 3f283e9..8450708 100644 (file)
@@ -7,7 +7,8 @@
 #include "../colls_private.h"
 
 int flattree_segment_in_byte = 8192;
-
+namespace simgrid{
+namespace smpi{
 int
 Coll_bcast_flattree_pipeline::bcast(void *buff, int count,
                                         MPI_Datatype data_type, int root,
@@ -61,3 +62,6 @@ Coll_bcast_flattree_pipeline::bcast(void *buff, int count,
   free(status_array);
   return MPI_SUCCESS;
 }
+
+}
+}