Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ok, I stop trying to please sonar.
[simgrid.git] / src / smpi / colls / barrier / barrier-mvapich2-pair.cpp
index 51bc6b6..1dba99a 100644 (file)
@@ -41,7 +41,8 @@
 
 #include "../colls_private.h"
 #include "../coll_tuned_topo.h"
-
+namespace simgrid{
+namespace smpi{
 int Coll_barrier_mvapich2_pair::barrier(MPI_Comm comm)
 {
 
@@ -96,3 +97,6 @@ int Coll_barrier_mvapich2_pair::barrier(MPI_Comm comm)
     return mpi_errno;
 
 }
+
+}
+}