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-binomial.cpp
index 6dfed6a..5eaca0d 100644 (file)
@@ -5,7 +5,8 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "../colls_private.h"
-
+namespace simgrid{
+namespace smpi{
 int Coll_bcast_SMP_binomial::bcast(void *buf, int count,
                                        MPI_Datatype datatype, int root,
                                        MPI_Comm comm)
@@ -108,3 +109,6 @@ int Coll_bcast_SMP_binomial::bcast(void *buf, int count,
 
   return MPI_SUCCESS;
 }
+
+}
+}