X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/763ea0fa6120d18f99e2e5e8164a4cf5821c547c..f35db13138682b1be530a509d1eeadeafff84ca7:/src/smpi/colls/allgather/allgather-GB.cpp?ds=inline diff --git a/src/smpi/colls/allgather/allgather-GB.cpp b/src/smpi/colls/allgather/allgather-GB.cpp index 88bc100e85..ada4ae360d 100644 --- a/src/smpi/colls/allgather/allgather-GB.cpp +++ b/src/smpi/colls/allgather/allgather-GB.cpp @@ -6,6 +6,8 @@ #include "../colls_private.h" +namespace simgrid{ +namespace smpi{ // Allgather - gather/bcast algorithm int Coll_allgather_GB::allgather(void *send_buff, int send_count, MPI_Datatype send_type, void *recv_buff, @@ -20,3 +22,6 @@ int Coll_allgather_GB::allgather(void *send_buff, int send_count, return MPI_SUCCESS; } + +} +}