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 bdcb445..1dba99a 100644 (file)
@@ -41,8 +41,9 @@
 
 #include "../colls_private.h"
 #include "../coll_tuned_topo.h"
-
-int smpi_coll_tuned_barrier_mvapich2_pair(MPI_Comm comm)
+namespace simgrid{
+namespace smpi{
+int Coll_barrier_mvapich2_pair::barrier(MPI_Comm comm)
 {
 
     int size, rank;
@@ -96,3 +97,6 @@ int smpi_coll_tuned_barrier_mvapich2_pair(MPI_Comm comm)
     return mpi_errno;
 
 }
+
+}
+}