Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ok, I stop trying to please sonar.
[simgrid.git] / src / smpi / colls / bcast / bcast-SMP-binary.cpp
index 0297161..6180787 100644 (file)
@@ -8,7 +8,8 @@
 
 
 int bcast_SMP_binary_segment_byte = 8192;
-
+namespace simgrid{
+namespace smpi{
 int Coll_bcast_SMP_binary::bcast(void *buf, int count,
                                      MPI_Datatype datatype, int root,
                                      MPI_Comm comm)
@@ -228,3 +229,6 @@ int Coll_bcast_SMP_binary::bcast(void *buf, int count,
 
   return 1;
 }
+
+}
+}