Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add smpi_status.cpp and hpp.
[simgrid.git] / src / smpi / colls / allgather / allgather-GB.cpp
index f50e07f..88bc100 100644 (file)
@@ -6,8 +6,6 @@
 
 #include "../colls_private.h"
 
-using namespace simgrid::smpi;
-
 // Allgather - gather/bcast algorithm
 int Coll_allgather_GB::allgather(void *send_buff, int send_count,
                                  MPI_Datatype send_type, void *recv_buff,