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-light-barrier.cpp
index 4159fde..1fdbc89 100644 (file)
@@ -27,6 +27,8 @@
  * Auther: Ahmad Faraj
 
  ****************************************************************************/
+namespace simgrid{
+namespace smpi{
 int
 Coll_alltoallv_pair_light_barrier::alltoallv(void *send_buff, int *send_counts, int *send_disps,
                                             MPI_Datatype send_type,
@@ -71,3 +73,5 @@ Coll_alltoallv_pair_light_barrier::alltoallv(void *send_buff, int *send_counts,
   }
   return MPI_SUCCESS;
 }
+}
+}