Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ok, I stop trying to please sonar.
[simgrid.git] / src / smpi / colls / alltoallv / alltoallv-ompi-basic-linear.cpp
index 0ef5fde..a383a21 100644 (file)
@@ -14,6 +14,8 @@
  * differently and so will not have to duplicate code.  
  * GEF Oct05 after asking Jeff.  
  */
+namespace simgrid{
+namespace smpi{
 int
 Coll_alltoallv_ompi_basic_linear::alltoallv(void *sbuf, int *scounts, int *sdisps,
                                             MPI_Datatype sdtype,
@@ -103,4 +105,6 @@ Coll_alltoallv_ompi_basic_linear::alltoallv(void *sbuf, int *scounts, int *sdisp
 
     return MPI_SUCCESS;
 }
+}
+}