X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4de2a148bea34f550b79c07fb5e80ac36e6aa0e9..7a5cd0c637286493293fa236b002fb3ce03e1469:/src/surf/surf_interface.cpp diff --git a/src/surf/surf_interface.cpp b/src/surf/surf_interface.cpp index 0e08fa88ac..766f547117 100644 --- a/src/surf/surf_interface.cpp +++ b/src/surf/surf_interface.cpp @@ -30,7 +30,6 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_kernel, surf, "Logging specific to SURF (ke simgrid::kernel::profile::FutureEvtSet future_evt_set; std::vector surf_path; -/* Don't forget to update the option description in smx_config when you change this */ const std::vector surf_network_model_description = { {"LV08", "Realistic network analytic model (slow-start modeled by multiplying latency by 13.01, bandwidth by .97; " @@ -82,8 +81,6 @@ const std::vector surf_host_model_description = { &surf_host_model_init_compound}, {"ptask_L07", "Host model somehow similar to Cas01+CM02 but allowing parallel tasks", &surf_host_model_init_ptask_L07}, - {"ptask_BMF", "Host model which implements BMF resource allocation and allows parallel tasks", - &surf_host_model_init_ptask_BMF}, }; const std::vector surf_optimization_mode_description = {