Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Some cleanups, some smells
[simgrid.git] / include / smpi / forward.hpp
index 1435748..eb15070 100644 (file)
@@ -15,7 +15,9 @@ namespace smpi {
 
 class Comm;
 class Datatype;
+class F2C;
 class Group;
+class Info;
 class Op;
 class Request;
 class Topo;
@@ -24,7 +26,8 @@ class Topo_Graph;
 class Topo_Dist_Graph;
 class Win;
 
-
+class Colls;
+class Coll;
 
 }
 }
@@ -32,6 +35,7 @@ class Win;
 typedef simgrid::smpi::Comm SMPI_Comm;
 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::Request SMPI_Request;
 typedef simgrid::smpi::Topo SMPI_Topology;
@@ -45,13 +49,11 @@ typedef simgrid::smpi::Win SMPI_Win;
 typedef struct SMPI_Comm SMPI_Comm;
 typedef struct SMPI_Datatype SMPI_Datatype;
 typedef struct SMPI_Group SMPI_Group;
+typedef struct SMPI_Info SMPI_Info;
 typedef struct SMPI_Op SMPI_Op;
 typedef struct SMPI_Request SMPI_Request;
 typedef struct SMPI_Topology SMPI_Topology;
 typedef struct SMPI_Win SMPI_Win;
-typedef struct SMPI_Graph_topology SMPI_Graph_topology;
-typedef struct SMPI_Cart_topology SMPI_Cart_topology;
-typedef struct SMPI_Dist_Graph_topology SMPI_Dist_Graph_topology;
 
 #endif