Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Remove all references to decode_datatype
[simgrid.git] / src / smpi / include / smpi_datatype.hpp
index 24cd304..160a9f9 100644 (file)
@@ -111,7 +111,7 @@ public:
   bool is_valid();
   bool is_basic();
   static const char* encode(MPI_Datatype dt);
-  static MPI_Datatype decode(const char* const datatype_id);
+  static MPI_Datatype decode(std::string datatype_id);
   bool is_replayable();
   void addflag(int flag);
   int extent(MPI_Aint* lb, MPI_Aint* extent);