Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ok, I stop trying to please sonar.
[simgrid.git] / src / smpi / colls / alltoallv / alltoallv-pair.cpp
index b2ebef6..48602ec 100644 (file)
@@ -27,6 +27,8 @@
  * Auther: Ahmad Faraj
 
  ****************************************************************************/
+namespace simgrid{
+namespace smpi{
 int Coll_alltoallv_pair::alltoallv(void *send_buff, int *send_counts, int *send_disps,
                                   MPI_Datatype send_type,
                                   void *recv_buff, int *recv_counts, int *recv_disps,
@@ -57,3 +59,5 @@ int Coll_alltoallv_pair::alltoallv(void *send_buff, int *send_counts, int *send_
   }
   return MPI_SUCCESS;
 }
+}
+}