]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/include/smpi_info.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Minor changes in smpi::Group.
[simgrid.git] / src / smpi / include / smpi_info.hpp
index df50447cbe5adb48470bed14e1b22d7f48dbb41a..d655edcfd003eadd705c87ddcef219a556d2b046 100644 (file)
@@ -26,6 +26,7 @@ public:
   static void unref(MPI_Info info);
   void set(const char* key, const char* value) { map_[key] = value; }
   int get(const char* key, int valuelen, char* value, int* flag) const;
+  std::string name() const override {return std::string("MPI_Info");}
   int remove(const char* key);
   int get_nkeys(int* nkeys) const;
   int get_nthkey(int n, char* key) const;