Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow to add a disk to a host after a load_platform from xml
[simgrid.git] / src / surf / host_clm03.cpp
index 27deae6e59d0b439558d2bc1200098e4a81b75cb..acac6204923d519ea0aaea252c4fe8d2ecd4d488 100644 (file)
@@ -23,7 +23,7 @@ void surf_host_model_init_current_default()
   engine->get_netzone_root()->set_host_model(host_model);
   surf_cpu_model_init_Cas01();
   surf_disk_model_init_S19();
-  surf_network_model_init_LegrandVelho();
+  simgrid_network_models().by_name("LV08").init();
 }
 
 void surf_host_model_init_compound()