Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MPI init: inline a function
[simgrid.git] / src / smpi / include / smpi_actor.hpp
index 0986429..049cf67 100644 (file)
@@ -37,6 +37,7 @@ class ActorExt {
   int optind_                                     = 1; /*for getopt replacement */
 #endif
   std::string tracing_category_                  = "";
+  MPI_Info info_env_;
 
 #if HAVE_PAPI
   /** Contains hardware data as read by PAPI **/
@@ -48,7 +49,6 @@ public:
   ActorExt(const ActorExt&) = delete;
   ActorExt& operator=(const ActorExt&) = delete;
   ~ActorExt();
-  void set_data(const char* instance_id);
   void finalize();
   int finalized();
   int initializing();
@@ -81,6 +81,7 @@ public:
   s4u::ActorPtr get_actor();
   int get_optind();
   void set_optind(int optind);
+  MPI_Info info_env();
 };
 
 } // namespace smpi