Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
allow users to create clusters with pstates
[simgrid.git] / src / surf / xml / platf_private.hpp
index 092e81c..3e0cfe6 100644 (file)
@@ -96,7 +96,7 @@ typedef struct s_sg_platf_cluster_cbarg {
   const char* prefix;
   const char* suffix;
   std::vector<int>* radicals;
-  double speed;
+  std::vector<double> speeds;
   int core_amount;
   double bw;
   double lat;