Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ok, I stop trying to please sonar.
[simgrid.git] / src / smpi / colls / barrier / barrier-ompi.cpp
index f57b230..606fc67 100644 (file)
@@ -43,6 +43,8 @@
  * synchronous gurantee made by last ring of sends are synchronous
  *
  */
+namespace simgrid{
+namespace smpi{
 int Coll_barrier_ompi_doublering::barrier(MPI_Comm comm
                                             )
 {
@@ -344,3 +346,6 @@ int Coll_barrier_ompi_tree::barrier(MPI_Comm comm)
 
     return MPI_SUCCESS;
 }
+
+}
+}