X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a6c8108ddea55a6c199759bac3bd4f8ca4daf2c..9451efc97c14403a6f030ce37a2269b2b9491b7e:/src/surf/host_clm03.cpp diff --git a/src/surf/host_clm03.cpp b/src/surf/host_clm03.cpp index a60b0bf526..e11489fd3a 100644 --- a/src/surf/host_clm03.cpp +++ b/src/surf/host_clm03.cpp @@ -10,7 +10,6 @@ #include "host_clm03.hpp" -#include "VirtualMachineImpl.hpp" #include "cpu_cas01.hpp" #include "simgrid/sg_config.h" @@ -47,7 +46,7 @@ namespace simgrid { namespace surf { double HostCLM03Model::nextOccuringEvent(double now){ - adjustWeightOfDummyCpuActions(); + ignoreEmptyVmInPmLMM(); double min_by_cpu = surf_cpu_model_pm->nextOccuringEvent(now); double min_by_net = surf_network_model->nextOccuringEventIsIdempotent() ? surf_network_model->nextOccuringEvent(now) : -1; @@ -69,7 +68,7 @@ double HostCLM03Model::nextOccuringEvent(double now){ } void HostCLM03Model::updateActionsState(double /*now*/, double /*delta*/){ - return; + /* I won't do what you tell me */ } }