Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ok, I stop trying to please sonar.
[simgrid.git] / src / smpi / colls / reduce / reduce-mvapich-knomial.cpp
index cbcc1e4..47bc0f2 100644 (file)
@@ -114,6 +114,8 @@ static int MPIR_Reduce_knomial_trace(int root, int reduce_knomial_factor,
     return 0; 
 }
         
+namespace simgrid{
+namespace smpi{
 int Coll_reduce_mvapich2_knomial::reduce (
         void *sendbuf,
         void *recvbuf,
@@ -223,3 +225,5 @@ int Coll_reduce_mvapich2_knomial::reduce (
 
     return mpi_errno;
 }
+}
+}