Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill a useless type definition
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 12 Jul 2018 15:43:51 +0000 (17:43 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 12 Jul 2018 21:57:43 +0000 (23:57 +0200)
include/smpi/forward.hpp
src/smpi/include/private.hpp

index ac6b7e7..02e8662 100644 (file)
@@ -38,7 +38,6 @@ typedef simgrid::smpi::Datatype SMPI_Datatype;
 typedef simgrid::smpi::Group SMPI_Group;
 typedef simgrid::smpi::Info SMPI_Info;
 typedef simgrid::smpi::Op SMPI_Op;
-typedef simgrid::smpi::ActorExt SMPI_Process;
 typedef simgrid::smpi::Request SMPI_Request;
 typedef simgrid::smpi::Topo SMPI_Topology;
 typedef simgrid::smpi::Topo_Cart SMPI_Cart_topology;
index 7210057..9fee7fc 100644 (file)
@@ -59,8 +59,8 @@ typedef SMPI_Graph_topology* MPIR_Graph_Topology;
 
 typedef SMPI_Dist_Graph_topology* MPIR_Dist_Graph_Topology;
 
-XBT_PRIVATE SMPI_Process* smpi_process();
-XBT_PRIVATE SMPI_Process* smpi_process_remote(simgrid::s4u::ActorPtr actor);
+XBT_PRIVATE simgrid::smpi::ActorExt* smpi_process();
+XBT_PRIVATE simgrid::smpi::ActorExt* smpi_process_remote(simgrid::s4u::ActorPtr actor);
 XBT_PRIVATE int smpi_process_count();
 
 XBT_PRIVATE void smpi_deployment_register_process(const std::string instance_id, int rank,