Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ok, I stop trying to please sonar.
[simgrid.git] / src / smpi / colls / alltoall / alltoall-ring-light-barrier.cpp
index 5292eef..f171701 100644 (file)
@@ -27,6 +27,8 @@
  * Auther: Ahmad Faraj
 
  ****************************************************************************/
+namespace simgrid{
+namespace smpi{
 int
 Coll_alltoall_ring_light_barrier::alltoall(void *send_buff, int send_count,
                                             MPI_Datatype send_type,
@@ -74,3 +76,5 @@ Coll_alltoall_ring_light_barrier::alltoall(void *send_buff, int send_count,
 
   return MPI_SUCCESS;
 }
+}
+}