Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more specific comments
[simgrid.git] / src / surf / ptask_L07.cpp
index 3707a56..38ee2c6 100644 (file)
@@ -34,7 +34,7 @@ namespace simgrid {
 namespace surf {
 
 HostL07Model::HostL07Model() : HostModel() {
-  maxminSystem_            = new simgrid::kernel::lmm::System(true /* lazy */);
+  maxminSystem_            = new simgrid::kernel::lmm::System(true /* selective update */);
   maxminSystem_->solve_fun = &simgrid::kernel::lmm::bottleneck_solve;
   surf_network_model = new NetworkL07Model(this,maxminSystem_);
   surf_cpu_model_pm = new CpuL07Model(this,maxminSystem_);