Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use previous buffer check feature in MPI checks, to crash when a buffer overflow...
[simgrid.git] / src / smpi / include / smpi_request.hpp
index 226094d..939248b 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 override { return std::string("MPI_Request"); }
   MPI_Datatype type() const { return old_type_; }
   void print_request(const char* message) const;
   void start();