Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
improve handling of persistent requests.
[simgrid.git] / src / smpi / include / smpi_request.hpp
index 7196af7..925702e 100644 (file)
@@ -68,6 +68,7 @@ public:
   void print_request(const char* message);
   void start();
   void cancel();
+  void init_buffer(int count);
   void ref();
   void set_nbc_requests(MPI_Request* reqs, int size);
   int get_nbc_requests_size();