Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initialize CPU model for VMs in init_HL13
[simgrid.git] / src / surf / cpu_interface.hpp
index b71f146..f96a75d 100644 (file)
@@ -38,7 +38,7 @@ public:
    *                         This ignores any potential external load coming from a trace.
    * @param core The number of core of this Cpu
    */
-  virtual Cpu* create_cpu(s4u::Host* host, const std::vector<double>& speed_per_pstate, int core) = 0;
+  virtual Cpu* create_cpu(s4u::Host* host, const std::vector<double>& speed_per_pstate) = 0;
 
   void update_actions_state_lazy(double now, double delta) override;
   void update_actions_state_full(double now, double delta) override;
@@ -75,7 +75,7 @@ public:
   Cpu* set_core_count(int core_count);
   virtual int get_core_count();
 
-  void seal();
+  void seal() override;
 
   /** @brief Get a forecast of the speed (in flops/s) if the load were as provided.
    *