X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b25ba22df3453203e67cc1de156130f15bd7d404..77db6c9bc8fa31f2915bbc77a1da62ce5e3c8da6:/src/surf/cpu_interface.cpp diff --git a/src/surf/cpu_interface.cpp b/src/surf/cpu_interface.cpp index eafa003712..f114741c7e 100644 --- a/src/surf/cpu_interface.cpp +++ b/src/surf/cpu_interface.cpp @@ -12,7 +12,6 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(res_cpu, ker_resource, "CPU resource, fueling execution activites"); simgrid::kernel::resource::CpuModel* surf_cpu_model_pm; -simgrid::kernel::resource::CpuModel* surf_cpu_model_vm; namespace simgrid { namespace kernel { @@ -57,6 +56,7 @@ Cpu::Cpu(s4u::Host* host, const std::vector& speed_per_pstate) { speed_.scale = 1; speed_.peak = speed_per_pstate_.front(); + // FIXME[donassolo]: don't set here.. everytime I take half an hour to discover where it comes host->pimpl_cpu = this; }