Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
that helper was completely unnecessary... as mpi_wait was doing exactly the same...
[simgrid.git] / src / smpi / include / smpi_coll.hpp
index 3d4223a..e4c5df3 100644 (file)
@@ -120,7 +120,6 @@ public:
           int* recvdisps, MPI_Datatype* recvtypes, MPI_Comm comm);
 
   //async collectives
-  static int finish_nbc_request(MPI_Request request);//helper
   static int ibarrier(MPI_Comm comm, MPI_Request* request);
   static int ibcast(void *buf, int count, MPI_Datatype datatype, 
                    int root, MPI_Comm comm, MPI_Request* request);