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-linear.cpp
index 2b3aee4..5a5193d 100644 (file)
@@ -7,7 +7,8 @@
 #include "../colls_private.h"
 
 int bcast_SMP_linear_segment_byte = 8192;
-
+namespace simgrid{
+namespace smpi{
 int Coll_bcast_SMP_linear::bcast(void *buf, int count,
                                      MPI_Datatype datatype, int root,
                                      MPI_Comm comm)
@@ -176,3 +177,6 @@ int Coll_bcast_SMP_linear::bcast(void *buf, int count,
 
   return MPI_SUCCESS;
 }
+
+}
+}