Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ok, I stop trying to please sonar.
[simgrid.git] / src / smpi / colls / reduce / reduce-scatter-gather.cpp
index b8ac142..f25b634 100644 (file)
@@ -10,7 +10,8 @@
   reduce
   Author: MPICH
  */
-
+namespace simgrid{
+namespace smpi{
 int Coll_reduce_scatter_gather::reduce(void *sendbuf, void *recvbuf,
                                           int count, MPI_Datatype datatype,
                                           MPI_Op op, int root, MPI_Comm comm)
@@ -410,3 +411,5 @@ int Coll_reduce_scatter_gather::reduce(void *sendbuf, void *recvbuf,
 
   return 0;
 }
+}
+}