Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo made alias non functional
[simgrid.git] / src / simgrid / sg_config.cpp
index 312d7eb..cb1cdc9 100644 (file)
@@ -637,7 +637,7 @@ void sg_config_init(int *argc, char **argv)
 
     xbt_cfg_register_int("smpi/async-small-thresh", 0, NULL,
         "Maximal size of messages that are to be sent asynchronously, without waiting for the receiver");
-    xbt_cfg_register_alias("smpi/async-small-thresh","smpi/async_small_thres");
+    xbt_cfg_register_alias("smpi/async-small-thresh","smpi/async_small_thresh");
 
     xbt_cfg_register_int("smpi/send-is-detached-thresh", 65536, NULL,
         "Threshold of message size where MPI_Send stops behaving like MPI_Isend and becomes MPI_Ssend");