Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a name() to all F2C objects.
[simgrid.git] / src / smpi / include / smpi_request.hpp
index 226094d..9f2f864 100644 (file)
@@ -64,6 +64,7 @@ public:
   int tag() const { return tag_; }
   int flags() const { return flags_; }
   bool detached() const { return detached_; }
+  std::string name() const {return std::string("MPI_Request");}
   MPI_Datatype type() const { return old_type_; }
   void print_request(const char* message) const;
   void start();