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-two-level.cpp
index d2c5b63..6bcfd58 100644 (file)
@@ -71,7 +71,8 @@ static int (*reduce_fn)(void *sendbuf,
                              int count,
                              MPI_Datatype datatype,
                              MPI_Op op, int root, MPI_Comm  comm);
-
+namespace simgrid{
+namespace smpi{
 int Coll_reduce_mvapich2_two_level::reduce( void *sendbuf,
                                      void *recvbuf,
                                      int count,
@@ -309,3 +310,5 @@ int Coll_reduce_mvapich2_two_level::reduce( void *sendbuf,
   fn_exit:
     return mpi_errno;
 }
+}
+}