X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/763ea0fa6120d18f99e2e5e8164a4cf5821c547c..f35db13138682b1be530a509d1eeadeafff84ca7:/src/smpi/colls/bcast/bcast-SMP-linear.cpp diff --git a/src/smpi/colls/bcast/bcast-SMP-linear.cpp b/src/smpi/colls/bcast/bcast-SMP-linear.cpp index 2b3aee4023..5a5193d172 100644 --- a/src/smpi/colls/bcast/bcast-SMP-linear.cpp +++ b/src/smpi/colls/bcast/bcast-SMP-linear.cpp @@ -7,7 +7,8 @@ #include "../colls_private.h" int bcast_SMP_linear_segment_byte = 8192; - +namespace simgrid{ +namespace smpi{ int Coll_bcast_SMP_linear::bcast(void *buf, int count, MPI_Datatype datatype, int root, MPI_Comm comm) @@ -176,3 +177,6 @@ int Coll_bcast_SMP_linear::bcast(void *buf, int count, return MPI_SUCCESS; } + +} +}