Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add smpi_status.cpp and hpp.
[simgrid.git] / src / smpi / colls / allgather / allgather-mvapich-smp.cpp
index 9c5f5b1..1a0fdcb 100644 (file)
@@ -36,8 +36,6 @@
  */
  #include "../colls_private.h"
 
-using namespace simgrid::smpi;
-
 int Coll_allgather_mvapich2_smp::allgather(void *sendbuf,int sendcnt, MPI_Datatype sendtype,
                             void *recvbuf, int recvcnt,MPI_Datatype recvtype,
                             MPI_Comm  comm)