Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to have MC accept C++ requests... One assert commented out, though.
[simgrid.git] / src / smpi / smpi_request.hpp
index fa33611..17d43f7 100644 (file)
@@ -39,12 +39,14 @@ class Request {
     int refcount_;
     MPI_Op op_;
   public:
+    Request();
     Request(void *buf, int count, MPI_Datatype datatype, int src, int dst, int tag, MPI_Comm comm, unsigned flags);
     MPI_Comm comm();
     int src();
     int dst();
     int tag();
     int flags();
+    int detached();
     void print_request(const char *message);
     void start();