Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Proof-read of communicate/share_resources/update_actions_state.
[simgrid.git] / src / surf / surf.c
index d995e20..d3d95b9 100644 (file)
@@ -121,10 +121,10 @@ s_surf_model_description_t surf_network_model_description[] = {
    surf_network_model_init_CM02},
   {"LV08",
    "Realistic network model (slow-start modeled by multiplying latency by 10.4, bandwidth by .92 and bottleneck sharing uses a payload of S=8775 for evaluating RTT). Uses partial invalidation optimization of lmm system and a heap for action management by default (option --cfg=network/optim:Lazy)",
-   im_surf_network_model_init_LegrandVelho},
+   surf_network_model_init_LegrandVelho},
    {"LV08_fullupdate",
     "Realistic network model (see LV08) [Deprecated. Use LV08 with option --cfg=network/optim:Full. The Full option updates all actions at every step, which may be useful for debug.]",
-   im_surf_network_model_init_LegrandVelho},
+   surf_network_model_init_LegrandVelho},
   {"SMPI",
    "Realistic network model with lmm_solve specifically tailored for HPC setting (accurate modeling of slow start with correction factors on three intervals (< 1KiB, < 64 KiB, >= 64 KiB))",
    surf_network_model_init_SMPI},