Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add tracing for MPI_Start and MPI_Startall.
[simgrid.git] / src / smpi / include / smpi_request.hpp
index 7d80fe8..47c6e5c 100644 (file)
@@ -50,6 +50,7 @@ class Request : public F2C {
     int tag();
     int flags();
     int detached();
+    MPI_Datatype type();
     void print_request(const char *message);
     void start();
     void cancel();