X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c42c3c97876bd0289e7e8560214c90ce6a175eec..7e5babd61cf6c92d3d3a87a6d66d559ed0422777:/src/surf/host_clm03.cpp diff --git a/src/surf/host_clm03.cpp b/src/surf/host_clm03.cpp index 27deae6e59..acac620492 100644 --- a/src/surf/host_clm03.cpp +++ b/src/surf/host_clm03.cpp @@ -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()