X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6badbbf58554a35b03f58509b0b18cf606c38f5e..8d777265e12b0b9c5f13fecfc719474cdd214e9e:/src/surf/vm_hl13.hpp diff --git a/src/surf/vm_hl13.hpp b/src/surf/vm_hl13.hpp index 04075eb8a6..6b0d8b2376 100644 --- a/src/surf/vm_hl13.hpp +++ b/src/surf/vm_hl13.hpp @@ -34,13 +34,8 @@ public: ~VMHL13Model(){}; VirtualMachine *createVM(const char *name, sg_host_t host_PM) override; - double shareResources(double now); + double shareResources(double now) override; void adjustWeightOfDummyCpuActions() override {}; - Action *executeParallelTask(int host_nb, - sg_host_t *host_list, - double *flops_amount, - double *bytes_amount, - double rate) override; void updateActionsState(double /*now*/, double /*delta*/) override; }; @@ -61,8 +56,8 @@ public: void migrate(sg_host_t ind_dst_pm) override; - void setBound(double bound); - void setAffinity(Cpu *cpu, unsigned long mask); + void setBound(double bound) override; + void setAffinity(Cpu *cpu, unsigned long mask) override; }; /**********